fixed forced prefs

This commit is contained in:
ceb 2002-12-26 20:43:00 +00:00
parent fe0eeda977
commit b0e538a1ff

View File

@ -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;