From 2de72cb521339830049868f4412e6bb415cc2116 Mon Sep 17 00:00:00 2001 From: dongsheng <dongsheng> Date: Wed, 17 Sep 2008 08:24:45 +0000 Subject: [PATCH] "MDL-16539, fix a syntax error" --- lib/boxlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/boxlib.php b/lib/boxlib.php index 8b04f2b75f..cfe62390eb 100755 --- a/lib/boxlib.php +++ b/lib/boxlib.php @@ -256,7 +256,7 @@ class boxclient { return false; } foreach ($data as $a) { - if (!empty($a['value']) { + if (!empty($a['value'])) { switch ($a['tag']) { case 'FOLDER_ID': -- 2.39.5