Changeset 2481 for alternc/trunk/bureau/class/m_mysql.php
- Timestamp:
- 03/24/09 22:02:33 (16 months ago)
- Files:
-
- 1 modified
-
alternc/trunk/bureau/class/m_mysql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/class/m_mysql.php
r2478 r2481 461 461 } 462 462 463 if (strlen($user n) > 16 || strlen($usern) == 0 ) {463 if (strlen($user) > 16 || strlen($usern) == 0 ) { 464 464 $err->raise("mysql",15); 465 465 return false;
