Deleting changes is Oauth model.

This commit is contained in:
jennylee
2014-04-29 12:28:16 -04:00
parent 821ea63d02
commit 2daaee325a
2 changed files with 2 additions and 8 deletions

View File

@@ -206,13 +206,7 @@ class OauthClients extends BaseOauthClients
return array("numRecTotal" => $numRecTotal, "data" => $arrayData);
}
public function exists ($OclUid)
{
$oOcl = OauthClientsPeer::retrieveByPk( $OclUid );
return (is_object( $oOcl ) && get_class( $oOcl ) == 'OauthClients');
}
}
// OauthClients