Fix case of appName causing notify messages to always indicate that the name

was changed
This commit is contained in:
Tony Lambregts
2005-01-22 01:38:14 +00:00
committed by WineHQ
parent 79c96554d6
commit 9f4afedc20

View File

@@ -32,7 +32,7 @@ if(isset($_REQUEST['submit']))
$sQuery = "SELECT * FROM appFamily WHERE appId = ".$_REQUEST['appId'];
$hResult = query_appdb($sQuery);
$ob = mysql_fetch_object($hResult);
$sOld_appName = $ob->AppName;
$sOld_appName = $ob->appName;
$sOld_description = $ob->description;
$iOld_vendorId = $ob->vendorId;
$iOld_catId = $ob->catId;