Code cleanup in PHP files for QXZ functions

Added ADMIN_www_languages.pl script to parse all web files for QXZ phrases and populate DB table www_phrases

git-svn-id: svn://192.168.202.10@2213 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2014-11-28 14:28:39 +00:00
parent d44cc75272
commit 29013f08cf
24 changed files with 555 additions and 74 deletions
+1 -1
View File
@@ -1768,7 +1768,7 @@ if ($enable_fast_refresh < 1) {echo "var refresh_interval = 1000;\n";}
var reglink='';
if (taskreg.length<1)
{
head_reg = <?php echo _QXZ("'NO ONE'"); ?>;
head_reg = '<?php echo _QXZ("NO ONE"); ?>';
show_reglink=1;
reglink = "<a href=\"#\" onclick=\"conf_register_room('" + head_conf + "');return false;\">Register</a>";
}