|
From: Paul S. O. <ps...@us...> - 2003-03-18 22:47:56
|
Update of /cvsroot/phpbb/phpBB2 In directory sc8-pr-cvs1:/tmp/cvs-serv6638 Modified Files: memberlist.php Log Message: Update following move of post count incrementation checks to permissions Index: memberlist.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/memberlist.php,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -r1.53 -r1.54 *** memberlist.php 17 Mar 2003 00:53:01 -0000 1.53 --- memberlist.php 18 Mar 2003 22:47:50 -0000 1.54 *************** *** 1,701 **** ! <?php ! /*************************************************************************** ! * memberlist.php ! * ------------------- ! * begin : Friday, May 11, 2001 ! * copyright : (C) 2001 The phpBB Group ! * email : su...@ph... ! * ! * $Id$ ! * [...1391 lines suppressed...] ! 'ICQ_STATUS_IMG'=> $icq_status_img, ! 'ICQ_IMG' => $icq_img, ! 'ICQ' => $icq, ! 'AIM_IMG' => $aim_img, ! 'AIM' => $aim, ! 'MSN_IMG' => $msn_img, ! 'MSN' => $msn, ! 'YIM_IMG' => $yim_img, ! 'YIM' => $yim, ! ! 'S_ONLINE' => (intval($data['session_time']) >= time() - 300) ? true : false ! ); ! ! return $template_vars; ! } ! // ! // FUNCTIONS ! // --------- ! ?> |