Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 725, Thu Sep 21 13:33:49 2006 UTC | revision 726, Thu Sep 21 18:17:17 2006 UTC | |
|---|---|---|
| # | Line 2032 | Line 2032 |
| 2032 | */ | */ |
| 2033 | function check() { | function check() { |
| 2034 | Global $mosConfig_absolute_path; | Global $mosConfig_absolute_path; |
| 2035 | include $mosConfig_absolute_path . ('language/english.php'); | include $mosConfig_absolute_path . ('/language/english.php'); |
| 2036 | $this->_error = ''; | $this->_error = ''; |
| 2037 | if ($this->name == '') $this->_error = _REGWARN_NAME; | if ($this->name == '') $this->_error = _REGWARN_NAME; |
| 2038 | 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.

