mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-08 14:55:10 +02:00
Transy - create new lang set: disappearing translated string
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
$userlang = "en";
|
||||
}
|
||||
$sql = "select message_id,content from lang where lang like '".$userlang."' ".
|
||||
"and (app_name like '".$phpgw_info["flags"]["currentapp"]."' or app_name like 'common')";
|
||||
"and (app_name like '".$phpgw_info["flags"]["currentapp"]."' or app_name like 'common' or app_name like 'all')";
|
||||
|
||||
if (strcasecmp ($phpgw_info["flags"]["currentapp"], "common")>0){
|
||||
$sql .= " order by app_name asc";
|
||||
|
Reference in New Issue
Block a user