Added the "list_custom_fields" Non-Agent API function, to show all list custom data fields in a list/all-lists.

More translations fixes

git-svn-id: svn://192.168.202.10@3206 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2020-03-31 18:56:11 +00:00
parent 8387c4309e
commit 3f59ab45f6
8 changed files with 309 additions and 35 deletions
+3
View File
@@ -1365,6 +1365,9 @@ function _QXZ($English_text, $sprintf=0, $align="l", $v_one='', $v_two='', $v_th
{
if ( (strlen($VUselected_language) > 0) and ($VUselected_language != 'default English') )
{
if ($English_text=="Y" && !preg_match('/english/i', $VUselected_language)) {$English_text="YES";}
if ($English_text=="N" && !preg_match('/english/i', $VUselected_language)) {$English_text="NO";}
if ($SSlanguage_method == 'MYSQL')
{
$stmt="SELECT translated_text from vicidial_language_phrases where english_text='$English_text' and language_id='$VUselected_language';";