]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_guestnl_cat.php
Another try to fix bigintval() problem, ticket #114
[mailer.git] / inc / modules / admin / what-add_guestnl_cat.php
index 14c8f8b68304520a5353106f97629c56c611cb5c..efdd811f68d7696ea5472f732716920f4e4b97e9 100644 (file)
@@ -10,7 +10,7 @@
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Newsletter-Kategorie hinzufuegen                 *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
+ * $Revision::                                                        $ *
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
 
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }
 
 // Add description as navigation point
-ADD_DESCR("admin", __FILE__);
+ADD_DESCR('admin', __FILE__);
 
-if (IS_FORM_SENT()) {
+if (isFormSent()) {
        // Check if category does already exist
 } else {
        // Display form