mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
fixed forced prefs
This commit is contained in:
parent
fe0eeda977
commit
b0e538a1ff
@ -132,7 +132,7 @@
|
|||||||
*/
|
*/
|
||||||
function add($app_name,$var,$value = '')
|
function add($app_name,$var,$value = '')
|
||||||
{
|
{
|
||||||
if (! $value)
|
if ($value == '')
|
||||||
{
|
{
|
||||||
global $$var;
|
global $$var;
|
||||||
$value = $$var;
|
$value = $$var;
|
||||||
|
Loading…
Reference in New Issue
Block a user