1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 01:00:20 +02:00

EONE-62 (New Feature): More work, getting data should work fine now, still work in progress

This commit is contained in:
secretr
2010-05-05 15:05:32 +00:00
parent 83dd8db01f
commit 4d0be39938
6 changed files with 833 additions and 652 deletions

View File

@@ -117,6 +117,7 @@ define('LAN_USER_86', 'Maximum avatar size is --WIDTH-- x --HEIGHT-- pixels');
// Error messages for when user data is missing. Done this way so that other code can override the default messages
// FIXME - do we need this?
if (!defined('USER_ERR_01')) { define('USER_ERR_01','Missing value'); }
if (!defined('USER_ERR_02')) { define('USER_ERR_02','Unexpected value'); }
if (!defined('USER_ERR_03')) { define('USER_ERR_03','Value contains invalid characters'); }