More fixes from bugtracker issues, thanks to profi-concept
[mailer.git] / inc / modules / admin / what-config_cats.php
index 301fc13c5afd912919532370d0639f317359151c..76ae8db5ac2732403db14f4f814168b5f7f113da 100644 (file)
@@ -52,7 +52,7 @@ if (isset($_POST['add'])) {
                // Category does not exists, we simply add it...
                SQL_QUERY_ESC("INSERT INTO "._MYSQL_PREFIX."_cats (cat, visible, sort) VALUES ('%s','%s','%s')",
                        array($_POST['catname'], $_POST['visible'], bigintval($_POST['parent'] + 1)), __FILE__, __LINE__);
-               $content = "<SPAN class=\"admin_done\">".CATEGORY_ADDED."</SPAN>";
+               $content = CATEGORY_ADDED;
        } else {
                // Category does already exists
                $content = "<SPAN class=\"admin_failed\">".CATEGORY_ALREADY_EXISTS."</SPAN>";