--- nfo/php/libs/org.netfrag.glib/DataSource/Generic.php 2003/11/17 17:34:23 1.24 +++ nfo/php/libs/org.netfrag.glib/DataSource/Generic.php 2003/11/17 18:01:03 1.25 @@ -11,11 +11,11 @@ /** * Cvs-Log: * - * $Id: Generic.php,v 1.24 2003/11/17 17:34:23 jonen Exp $ + * $Id: Generic.php,v 1.25 2003/11/17 18:01:03 jonen Exp $ * * $Log: Generic.php,v $ - * Revision 1.24 2003/11/17 17:34:23 jonen - * added flag 'expand' at case 'item' for full expanded objects from backend + * Revision 1.25 2003/11/17 18:01:03 jonen + * bugfix: php cannot use perl-syntax!! ;-) * * Revision 1.23 2003/07/14 10:02:32 jonen * removed debug dumper @@ -761,7 +761,7 @@ $query_args[guid] = $this->_query[ident]; $query_args[nodename] = $this->_query[nodename]; // 2003-11-17 NEW: use expand flag for real obj expand at backend - $query_args[expand] = 1 if $this->_query[expand]; + if ($this->_query[expand]) {$query_args[expand] = 1; } } break; case 'list':