--- nfo/php/libs/org.netfrag.glib/DataSource/Generic.php 2003/07/14 10:02:32 1.23 +++ nfo/php/libs/org.netfrag.glib/DataSource/Generic.php 2003/11/17 17:34:23 1.24 @@ -11,9 +11,12 @@ /** * Cvs-Log: * - * $Id: Generic.php,v 1.23 2003/07/14 10:02:32 jonen Exp $ + * $Id: Generic.php,v 1.24 2003/11/17 17:34:23 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.23 2003/07/14 10:02:32 jonen * removed debug dumper * @@ -757,6 +760,8 @@ } else { $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]; } break; case 'list':