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:
@@ -26,11 +26,12 @@
|
||||
# 140429-2042 - Added TABLEper_call_notes display script variable for form display
|
||||
# 140810-2119 - Changed to use QXZ function for echoing text
|
||||
# 141118-1424 - Added agent_email variable
|
||||
# 141128-0855 - Code cleanup for QXZ functions
|
||||
#
|
||||
|
||||
|
||||
$version = '2.10-17';
|
||||
$build = '141118-1424';
|
||||
$version = '2.10-18';
|
||||
$build = '141128-0855';
|
||||
|
||||
require_once("dbconnect_mysqli.php");
|
||||
require_once("functions.php");
|
||||
@@ -421,7 +422,7 @@ if ($stage=='SUBMIT')
|
||||
}
|
||||
}
|
||||
else
|
||||
{$CFoutput .= _QXZ("ERROR: no custom list fields table\n");}
|
||||
{$CFoutput .= _QXZ("ERROR: no custom list fields table")."\n";}
|
||||
|
||||
echo _QXZ("Custom Form Output:")."\n<BR>\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user