*** empty log message ***

This commit is contained in:
sebastian 2005-04-13 13:08:02 +00:00
parent a6b91a8a9d
commit a7baf17231
8 changed files with 30 additions and 57 deletions

View file

@ -55,6 +55,7 @@ class uiHandler extends uiBase {
#setcookie($this->config['authCookieName'], $sessid);
echo "<meta http-equiv='set-cookie' content='".$this->config['authCookieName']."=".$sessid.";'>";
ob_flush();
$id = $this->gb->getObjId($formdata['login'], $this->gb->storId);
if(PEAR::isError($id)) {
$this->_retMsg('Login failed');