Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 1016, Tue Mar 13 12:42:47 2007 UTC | revision 1017, Fri Mar 16 12:10:37 2007 UTC | |
|---|---|---|
| # | Line 2041 | Line 2041 |
| 2041 | */ | */ |
| 2042 | function check() { | function check() { |
| 2043 | Global $mosConfig_absolute_path; | Global $mosConfig_absolute_path; |
| 2044 | include $mosConfig_absolute_path . ('/language/english.php'); | //include $mosConfig_absolute_path . ('/language/english.php'); |
| 2045 | $this->_error = ''; | $this->_error = ''; |
| 2046 | if ($this->name == '') $this->_error = _REGWARN_NAME; | if ($this->name == '') $this->_error = _REGWARN_NAME; |
| 2047 | elseif ($this->username == '') $this->_error = _REGWARN_UNAME; | elseif ($this->username == '') $this->_error = _REGWARN_UNAME; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

