This commit is contained in:
root 2006-08-07 19:57:39 +00:00
parent 9c18d90676
commit fa4f40d022

View file

@ -35,7 +35,7 @@
$memid = $row['memid'];
$firstname = trim($_SERVER["SSL_CLIENT_S_DN_G"]);
$lastname = trim($_SERVER["SSL_CLIENT_S_DN_S"])
$lastname = trim($_SERVER["SSL_CLIENT_S_DN_S"]);
$query = "select * from `users` where `fname`='$firstname' and `lname`='$lastname' and `id`='$memid'";
if(mysql_num_rows(mysql_query($query)) <= 0)