--- nfo/php/libs/org.netfrag.flib/Tracker/User.php 2004/11/03 14:13:21 1.21 +++ nfo/php/libs/org.netfrag.flib/Tracker/User.php 2004/11/17 16:14:47 1.22 @@ -10,11 +10,14 @@ // ----------------------------------------------------------------------------- -// $Id: User.php,v 1.21 2004/11/03 14:13:21 jonen Exp $ +// $Id: User.php,v 1.22 2004/11/17 16:14:47 jonen Exp $ // ----------------------------------------------------------------------------- // $Log: User.php,v $ +// Revision 1.22 2004/11/17 16:14:47 jonen +// + minor changes related to utf8 encoding +// // Revision 1.21 2004/11/03 14:13:21 jonen -// small changes at create function +// small changes at create function // // Revision 1.20 2004/10/07 14:08:51 jonen // + bufix related to save new-registered user-data @@ -236,7 +239,7 @@ function _create($result) { global $site; //print "saving to backend: " . dumpVar($result) . "
"; - $response = $this->pObject->backend->send('createUser', array('data' => $result) ); + $response = $this->pObject->backend->send('createUser', array('data' => $result), array( utf8 => 1) ); $objectId = $response[oid]; if($objectId) { connectdb();