Browse Source

more work on db update functions - fix

causefx 8 years ago
parent
commit
97815a63ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/functions/api-functions.php

+ 1 - 1
api/functions/api-functions.php

@@ -715,7 +715,7 @@ function editTabs($array)
             } catch (Dibi\Exception $e) {
             } catch (Dibi\Exception $e) {
                 return false;
                 return false;
             }
             }
-            break
+            break;
         default:
         default:
             # code...
             # code...
             break;
             break;