[AppDB] Fix up notify of when editing Application Family.

tony_lambregts at telusplanet.net tony_lambregts at telusplanet.net
Mon Jan 10 19:40:58 CST 2005


Change log: Fix up notify of when editing Application Family.

Files Changed: admin/editAppFamily.php
-------------- next part --------------
Index: admin/editAppFamily.php
===================================================================
RCS file: /home/wine/appdb/admin/editAppFamily.php,v
retrieving revision 1.13
diff -u -r1.13 editAppFamily.php
--- admin/editAppFamily.php	10 Jan 2005 22:18:43 -0000	1.13
+++ admin/editAppFamily.php	11 Jan 2005 01:34:16 -0000
@@ -185,7 +185,7 @@
             $fullAppName = "Application: ".lookupAppName($_REQUEST['appId']);
             $ms .= APPDB_ROOT."appview.php?appId=".$_REQUEST['appId']."\n";
             $ms .= "\n";
-            $ms .= ($_SESSION['current']->username ? $_SESSION['current']->username : "Anonymous")." changed ".$fullAppName."\n";
+            $ms .= ($_SESSION['current']->realname ? $_SESSION['current']->realname : "Anonymous")." changed ".$fullAppName."\n";
             $ms .= "\n";
             $ms .= $sWhatChanged."\n";
             $ms .= "\n";


More information about the wine-patches mailing list