/[cvs]/nfo/php/libs/org.netfrag.flib/Tracker/User.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.flib/Tracker/User.php

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

revision 1.19 by jonen, Tue Jun 22 09:18:47 2004 UTC revision 1.20 by jonen, Thu Oct 7 14:08:51 2004 UTC
# Line 13  Line 13 
13  //    $Id$  //    $Id$
14  //    -----------------------------------------------------------------------------  //    -----------------------------------------------------------------------------
15  //    $Log$  //    $Log$
16    //    Revision 1.20  2004/10/07 14:08:51  jonen
17    //    + bufix related to save new-registered user-data
18    //
19  //    Revision 1.19  2004/06/22 09:18:47  jonen  //    Revision 1.19  2004/06/22 09:18:47  jonen
20  //    removed debug dumps  //    removed debug dumps
21  //  //
# Line 175  class User { Line 178  class User {
178      }      }
179    
180      $this->_save("cache");      $this->_save("cache");
181        //$this->_save("commit");
182            
183      //$this->pObject->flushProxy();     // done in "pObject->save"      //$this->pObject->flushProxy();     // done in "pObject->save"
184            
# Line 211  class User { Line 215  class User {
215    }    }
216        
217    function create() {    function create() {
218     $this->_save();      // How THIS can function??? we will fool ourselves...
219     $attr = $this->pObject->getResult();     //$this->_save();
220     //print DumpVar($attr);     //$attr = $this->pObject->getResult();
221     $this->_create($attr);     $this->_create($this->data);
222    }    }
223    
224    function createGuest() {    function createGuest() {

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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