BUG 8665: small change to fit the standars

This commit is contained in:
ralpheav
2013-05-08 12:00:12 -04:00
parent 1eba023890
commit f11a7d1fbd
2 changed files with 4 additions and 1 deletions

View File

@@ -127,6 +127,9 @@ class Configuration extends BaseConfiguration
}
}
/**
* To check if the configuration row exists, by using Configuration Uid data
*/
public function exists($CfgUid, $ObjUid='', $ProUid='', $UsrUid='', $AppUid='')
{
$oRow = ConfigurationPeer::retrieveByPK( $CfgUid, $ObjUid, $ProUid, $UsrUid, $AppUid );