house keeping

pull/1/head
root 18 years ago
parent a24118393c
commit def7eb6db9

@ -251,13 +251,13 @@
if(mysql_escape_string(stripslashes($_POST['date'])) == "")
$_POST['date'] = date("Y-m-d H:i:s");
$query = "select * from `notary` where from`='".$_SESSION['profile']['id']."' AND
$query = "select * from `notary` where `from`='".$_SESSION['profile']['id']."' AND
`to`='".$_SESSION['_config']['notarise']['id']."' AND
`awardeded`='$awarded' AND
`awarded`='$awarded' AND
`location`='".mysql_escape_string(stripslashes($_POST['location']))."' AND
`date`='".mysql_escape_string(stripslashes($_POST['date']))."'";
$res = mysql_query($query);
if(mysql_num_rows($res) >= 0)
if(mysql_num_rows($res) > 0)
{
$id = $oldid;
unset($oldid);

Loading…
Cancel
Save