/[cvs]/nfo/php/libs/org.netfrag.glib/DataSource/Generic.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/DataSource/Generic.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by jonen, Mon Nov 17 17:34:23 2003 UTC revision 1.25 by jonen, Mon Nov 17 18:01:03 2003 UTC
# Line 14  Line 14 
14   * $Id$   * $Id$
15   *   *
16   * $Log$   * $Log$
17   * Revision 1.24  2003/11/17 17:34:23  jonen   * Revision 1.25  2003/11/17 18:01:03  jonen
18   * added flag 'expand' at case 'item' for full expanded objects from backend   * bugfix: php cannot use perl-syntax!! ;-)
19   *   *
20   * Revision 1.23  2003/07/14 10:02:32  jonen   * Revision 1.23  2003/07/14 10:02:32  jonen
21   * removed debug dumper   * removed debug dumper
# Line 761  class DataSource_Generic extends DesignP Line 761  class DataSource_Generic extends DesignP
761                    $query_args[guid] = $this->_query[ident];                    $query_args[guid] = $this->_query[ident];
762                    $query_args[nodename] = $this->_query[nodename];                    $query_args[nodename] = $this->_query[nodename];
763                    // 2003-11-17 NEW: use expand flag for real obj expand at backend                    // 2003-11-17 NEW: use expand flag for real obj expand at backend
764                    $query_args[expand] = 1 if $this->_query[expand];                    if ($this->_query[expand]) {$query_args[expand] = 1; }
765                  }                  }
766                  break;                  break;
767                case 'list':                case 'list':

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed