* Add the new messages from r32198 to messages.inc
[lhc/web/wiklou.git] / maintenance / namespace2sql.php
index 081f609..94bd967 100644 (file)
@@ -11,4 +11,4 @@ for ($i = -2; $i < 16; ++$i) {
        print "INSERT INTO ns_name(ns_db, ns_num, ns_name) VALUES('$dbname', $i, '$nsname');\n";
 }
 
-?>
+