]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-16539, fix a syntax error"
authordongsheng <dongsheng>
Wed, 17 Sep 2008 08:24:45 +0000 (08:24 +0000)
committerdongsheng <dongsheng>
Wed, 17 Sep 2008 08:24:45 +0000 (08:24 +0000)
lib/boxlib.php

index 8b04f2b75feb0f8405bfe046931f95eec02ecd82..cfe62390eb546e84b23a10fc166c162175e11ee3 100755 (executable)
@@ -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':