/[cvs]/nfo/php/libs/org.netfrag.app/WebExplorer/Module/AbstractGUIModule.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.app/WebExplorer/Module/AbstractGUIModule.php

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

revision 1.5 by jonen, Mon Apr 7 22:29:27 2003 UTC revision 1.6 by joko, Thu Apr 10 06:19:33 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.6  2003/04/10 06:19:33  joko
8    ##    minor fix: prevent use of undefined instance
9    ##
10  ##    Revision 1.5  2003/04/07 22:29:27  jonen  ##    Revision 1.5  2003/04/07 22:29:27  jonen
11  ##    + minor changes  ##    + minor changes
12  ##  ##
# Line 85  class WebExplorer_Module_AbstractGUIModu Line 88  class WebExplorer_Module_AbstractGUIModu
88    
89        
90    function add_hidden_element($label, $value) {    function add_hidden_element($label, $value) {
91        // TODO: review this!
92        if (!$this->_gui_object) { return; }
93      //print "Label: $label => $value<br>";      //print "Label: $label => $value<br>";
94      $this->_gui_object->add_hidden_element($label, $value);      $this->_gui_object->add_hidden_element($label, $value);
95    }    }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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