Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 789 → Rev 790

/trunk/plugins/viathinksoft/adminPages/130_create_ra/OIDplusPageAdminCreateRa.class.php
40,7 → 40,7
}
 
$res = OIDplus::db()->query("select * from ###ra where email = ?", array($email)); // TODO: this should be a static function in the RA class
if ($res->num_rows() > 0) {
if ($res->any()) {
throw new OIDplusException(_L('RA does already exist'));
}