Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 650, Thu Aug 24 22:54:33 2006 UTC | revision 651, Sat Aug 26 15:34:47 2006 UTC | |
|---|---|---|
| # | Line 2030 | Line 2030 |
| 2030 | * @return boolean True is satisfactory | * @return boolean True is satisfactory |
| 2031 | */ | */ |
| 2032 | function check() { | function check() { |
| 2033 | Global $mosConfig_absolute_path; | |
| 2034 | include $mosConfig_absolute_path . ('language/english.php'); | |
| 2035 | $this->_error = ''; | $this->_error = ''; |
| 2036 | if ($this->name == '') $this->_error = _REGWARN_NAME; | if ($this->name == '') $this->_error = _REGWARN_NAME; |
| 2037 | 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.

