Fixed a bug

pull/1/head
root 16 years ago
parent e5869e3959
commit a63ec4d767

@ -287,7 +287,7 @@
</table>
<br><? } ?>
<?
$query = "select * from `domains` where `memid`='".id($row['id'])."' and `deleted`=0 and `hash`=''";
$query = "select * from `domains` where `memid`='".intval($row['id'])."' and `deleted`=0 and `hash`=''";
$dres = mysql_query($query);
if(mysql_num_rows($dres) > 0) { ?>
<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper">

Loading…
Cancel
Save