Use registered globals for checking if the description was changed

This commit is contained in:
Jonathan Ernst
2005-01-29 00:49:21 +00:00
committed by WineHQ
parent 5929fcacc2
commit 608e172c49

View File

@@ -55,7 +55,7 @@ if(isset($_REQUEST['submit']))
$bAppChanged = true; $bAppChanged = true;
} }
if ($old_description <> $description) if ($old_description <> $_REQUEST['description'])
{ {
$sWhatChanged .= " Description: Old Value:\n"; $sWhatChanged .= " Description: Old Value:\n";
$sWhatChanged .= "-----------------------:\n"; $sWhatChanged .= "-----------------------:\n";