From: Don S. <ri...@us...> - 2004-08-13 21:33:18
|
Update of /cvsroot/phpwsbb/phpwsbb/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17107/conf Modified Files: manager.php module_rights.txt Log Message: Patch #1002850, Eloi's changes. Need to be tested and examined. Index: manager.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/manager.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** manager.php 14 May 2004 01:26:58 -0000 1.10 --- manager.php 13 Aug 2004 21:32:37 -0000 1.11 *************** *** 40,43 **** --- 40,48 ---- "threads"=>$_SESSION["translate"]->it("Topics"), "lastpost"=>$_SESSION["translate"]->it("Last Post"), + "posts"=>$_SESSION["translate"]->it("Posts"), + "lastpost_topic_label"=>NULL, + "lastpost_topic_id"=>NULL, + "lastpost_post_id"=>NULL, + "editor"=>NULL, "id"=>NULL ); *************** *** 72,75 **** --- 77,82 ---- "id"=>NULL, "locked"=>NULL, + "lastpost_post_id"=>NULL, + "lastpost_post_owner"=>NULL, "sticky"=>NULL ); Index: module_rights.txt =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/module_rights.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** module_rights.txt 2 Nov 2003 20:06:58 -0000 1.8 --- module_rights.txt 13 Aug 2004 21:32:37 -0000 1.9 *************** *** 14,15 **** --- 14,17 ---- delete_forums::Delete Forums hide_forums::Hide/Show Forums + edit_avatars::Edit Avatar Images + edit_avatar_galleries::Edit the Avatar Gallery |