diff options
Diffstat (limited to 'pages/account')
-rw-r--r-- | pages/account/43.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/account/43.php b/pages/account/43.php index fe478d8..9e35671 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -411,7 +411,6 @@ if(intval($_REQUEST['userid']) > 0) { <td colspan="5" class="title"><?=_("Alternate Verified Email Addresses")?></td> </tr> <? - $rc = mysql_num_rows($dres); while($drow = mysql_fetch_assoc($dres)) { ?> <tr> @@ -435,7 +434,6 @@ if(intval($_REQUEST['userid']) > 0) { <td colspan="5" class="title"><?=_("Verified Domains")?></td> </tr> <? - $rc = mysql_num_rows($dres); while($drow = mysql_fetch_assoc($dres)) { ?> <tr> |