Standardize the case of all User constructors to match the case defined in

the class.
This commit is contained in:
EA Durbin
2006-09-01 02:28:38 +00:00
committed by WineHQ
parent 683a064cee
commit 49c29264d9

View File

@@ -280,7 +280,7 @@ class TableVE {
if($field->name == "lastmodby")
{
$user = new user();
$user = new User();
$name = $user->lookup_realname($value);
if(!$name)
$name = "system";