*** empty log message ***

pull/1/head
root 17 years ago
parent 9fe6225bf7
commit df9e54f825

@ -13,7 +13,7 @@
PARTICULAR PURPOSE. See the License for more details. PARTICULAR PURPOSE. See the License for more details.
*/ ?> */ ?>
<? <?
$query = "select * from `orginfo` where `id`='".$_REQUEST['orgid']."'"; $query = "select * from `orginfo` where `id`='".intval($_REQUEST['orgid'])."'";
$row = mysql_fetch_assoc(mysql_query($query)); $row = mysql_fetch_assoc(mysql_query($query));
?> ?>
<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper" width="500"> <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper" width="500">

Loading…
Cancel
Save