Advertisement
Guest User

Untitled

a guest
Sep 16th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // function user_admin_account()
  2.  
  3. $result = pager_query($sql, 50, 0, $query_count, $filter['args']);
  4.  
  5. ...
  6.  
  7. while ($account = db_fetch_object($result)) {
  8.  
  9. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement