[Openfirst-cvscommit] members/admin index.php,1.4,1.5
Brought to you by:
xtimg
From: <xt...@us...> - 2004-02-28 02:47:59
|
Update of /cvsroot/openfirst/members/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9383 Modified Files: index.php Log Message: Add some order to things. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/members/admin/index.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.php 24 Dec 2003 17:35:08 -0000 1.4 --- index.php 28 Feb 2004 02:38:51 -0000 1.5 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- *************** *** 50,54 **** <?php // List divisions ! $member_query = ofirst_dbquery("SELECT * FROM ofirst_members;"); while($member = ofirst_dbfetch_object($member_query)) { ?> --- 46,50 ---- <?php // List divisions ! $member_query = ofirst_dbquery("SELECT * FROM ofirst_members ORDER BY user;"); while($member = ofirst_dbfetch_object($member_query)) { ?> |