fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15367] typo


From: sigurdne
Subject: [Fmsystem-commits] [15367] typo
Date: Mon, 25 Jul 2016 12:04:50 +0000 (UTC)

Revision: 15367
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15367
Author:   sigurdne
Date:     2016-07-25 12:04:49 +0000 (Mon, 25 Jul 2016)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.translation.inc.php

Modified: trunk/phpgwapi/inc/class.translation.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.translation.inc.php        2016-07-25 12:00:57 UTC 
(rev 15366)
+++ trunk/phpgwapi/inc/class.translation.inc.php        2016-07-25 12:04:49 UTC 
(rev 15367)
@@ -254,7 +254,7 @@
 
                                if( !$GLOBALS['phpgw']->db->next_record() )
                                {       
-                                       $GLOBALS['phpgw']->db->query("INSERT 
INTO phpgw_lang (message_id,app_name,lang,content) 
VALUES('{$lookup_key}','##{$GLOBALS['phpgw_info']['flags']['currentapp']}##','$userlang','missing')",__LINE__,__FILE__);
+                                       $GLOBALS['phpgw']->db->query("INSERT 
INTO phpgw_lang (message_id,app_name,lang,content) 
VALUES('{$lookup_key}','##{$app_name}##','$userlang','missing')",__LINE__,__FILE__);
                                }
                        }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]