Prefix all GPC variables according to our coding standard
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user