diff options
Diffstat (limited to 'includes/notary.inc.php')
-rw-r--r-- | includes/notary.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/notary.inc.php b/includes/notary.inc.php index 34c7960..1c6f8ed 100644 --- a/includes/notary.inc.php +++ b/includes/notary.inc.php @@ -1151,6 +1151,7 @@ function valid_ticket_number($ticketno){ return false; } +// function for handling account/43.php /** * get_user_data() * returns all data of to an account given by the id @@ -1166,4 +1167,4 @@ function get_user_data($userid, $deleted=0){ } $query = "select * from `users` where `users`.`id`='$userid' ".$filter; return mysql_query($query); -}
\ No newline at end of file +} |