--- nfo/php/libs/org.netfrag.flib/Tracker/User.php 2004/06/22 09:18:47 1.19 +++ nfo/php/libs/org.netfrag.flib/Tracker/User.php 2004/10/07 14:08:51 1.20 @@ -10,9 +10,12 @@ // ----------------------------------------------------------------------------- -// $Id: User.php,v 1.19 2004/06/22 09:18:47 jonen Exp $ +// $Id: User.php,v 1.20 2004/10/07 14:08:51 jonen Exp $ // ----------------------------------------------------------------------------- // $Log: User.php,v $ +// Revision 1.20 2004/10/07 14:08:51 jonen +// + bufix related to save new-registered user-data +// // Revision 1.19 2004/06/22 09:18:47 jonen // removed debug dumps // @@ -175,6 +178,7 @@ } $this->_save("cache"); + //$this->_save("commit"); //$this->pObject->flushProxy(); // done in "pObject->save" @@ -211,10 +215,10 @@ } function create() { - $this->_save(); - $attr = $this->pObject->getResult(); - //print DumpVar($attr); - $this->_create($attr); + // How THIS can function??? we will fool ourselves... + //$this->_save(); + //$attr = $this->pObject->getResult(); + $this->_create($this->data); } function createGuest() {