]> wagnertech.de Git - timetracker.git/blobdiff - cf_custom_field_edit.php
Cosmetic - formatting
[timetracker.git] / cf_custom_field_edit.php
index 71ffd39cd9fb8238f5b4d6400b4d54dbc8fd547f..1f8465903ae209d6a0cedb48654ee44c19cb1f5b 100644 (file)
@@ -68,9 +68,8 @@ if ($request->getMethod() == 'POST') {
     if ($res) {
       header('Location: cf_custom_fields.php');
       exit();
-    } else {
+    } else
       $errors->add($i18n->getKey('error.db'));
-    }
   }
 }