mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
fixed add for numerical values
This commit is contained in:
parent
8a2a675b37
commit
03e9bb126d
@ -312,7 +312,7 @@
|
||||
function add($app_name,$var,$value = '##undef##',$type='user')
|
||||
{
|
||||
//echo "<p>add('$app_name','$var','$value')</p>\n";
|
||||
if ($value == '##undef##')
|
||||
if ($value === '##undef##')
|
||||
{
|
||||
global $$var;
|
||||
$value = $$var;
|
||||
|
Loading…
Reference in New Issue
Block a user