bumping up version, chaing user->firstname, user->lastname, course->shortname to varchar(100)

This commit is contained in:
toyomoyo
2006-04-19 08:18:35 +00:00
parent 09f00e5383
commit 8bcd295c3d
5 changed files with 17 additions and 9 deletions
+2 -2
View File
@@ -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,