Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1119 → Rev 1120

/trunk/plugins/viathinksoft/raPages/092_invite/OIDplusPageRaInvite.class.php
230,6 → 230,7
$ok = false;
$res = OIDplus::db()->query("select parent from ###objects where ra_email = ?", array($email));
while ($row = $res->fetch_array()) {
if (!$row['parent']) continue;
$objParent = OIDplusObject::parse($row['parent']);
if (!$objParent) throw new OIDplusException(_L('Type of %1 unknown',$row['parent']));
if ($objParent->userHasWriteRights()) {