bumping up version, chaing user->firstname, user->lastname, course->shortname to varchar(100)
This commit is contained in:
+2
-2
@@ -2480,8 +2480,8 @@ function truncate_userinfo($info) {
|
||||
$limit = array(
|
||||
'username' => 100,
|
||||
'idnumber' => 64,
|
||||
'firstname' => 20,
|
||||
'lastname' => 20,
|
||||
'firstname' => 100,
|
||||
'lastname' => 100,
|
||||
'email' => 100,
|
||||
'icq' => 15,
|
||||
'phone1' => 20,
|
||||
|
||||
Reference in New Issue
Block a user