Prefix all GPC variables according to our coding standard

This commit is contained in:
Jonathan Ernst
2006-07-06 17:27:54 +00:00
committed by WineHQ
parent bd19dc7a0b
commit 735a2bc65f
59 changed files with 794 additions and 799 deletions

View File

@@ -239,7 +239,7 @@ function make_cat_path($path, $appId = '', $versionId = '')
if(!empty($versionId))
{
$oVersion = new Version($versionId);
$str .= " > ".html_ahref($oApp->sName,"appview.php?appId=$appId");
$str .= " > ".html_ahref($oApp->sName,"appview.php?iAppId=$appId");
$str .= " > ".$oVersion->sName;
} else
{