_userid)) { $this->_userid = trim(strtoupper($this->_userid)); if (!empty($this->_HomePagehandle) and is_object($this->_HomePagehandle)) $this->_HomePagehandle->_pagename = $this->_userid; return strtoupper($this->_userid); } return ''; } function userExists() { // lowercase check and uppercase visibility $this->_userid = trim(strtoupper($this->_userid)); return parent::userExists(); } } // Local Variables: // mode: php // tab-width: 8 // c-basic-offset: 4 // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: