ChangeSet ID: 27749 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2006/08/31 21:28:38 Modified files: include : tableve.php Log message: "EA Durbin" <ead1234(a)hotmail.com> Standardize the case of all User constructors to match the case defined in the class. Patch: http://cvs.winehq.org/patch.py?id=27749 Old revision New revision Changes Path 1.12 1.13 +1 -1 appdb/include/tableve.php Index: appdb/include/tableve.php diff -u -p appdb/include/tableve.php:1.12 appdb/include/tableve.php:1.13 --- appdb/include/tableve.php:1.12 1 Sep 2006 2:28:38 -0000 +++ appdb/include/tableve.php 1 Sep 2006 2:28:38 -0000 @@ -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";
participants (1)
-
WineHQ