Update of /cvsroot/phpwsbb/phpwsbb/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv659/conf
Modified Files:
controlpanel.php
Log Message:
Changing URL's & to &. Thanks mhnoyes for the heads up.
Index: controlpanel.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/conf/controlpanel.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** controlpanel.php 23 Mar 2004 03:33:59 -0000 1.4
--- controlpanel.php 7 Apr 2004 21:17:13 -0000 1.5
***************
*** 16,20 ****
$link[] = array ("label"=>"Bulletin Board",
"module"=>"phpwsbb",
! "url"=>"index.php?module=phpwsbb&PHPWSBB_MAN_OP=list",
"image"=>$image,
"description"=>"A bulletin board module.",
--- 16,20 ----
$link[] = array ("label"=>"Bulletin Board",
"module"=>"phpwsbb",
! "url"=>"index.php?module=phpwsbb&PHPWSBB_MAN_OP=list",
"image"=>$image,
"description"=>"A bulletin board module.",
***************
*** 23,27 ****
$link[] = array ("label"=>"Set My Bulletin Board Preferences",
"module"=>"phpwsbb",
! "url"=>"index.php?module=phpwsbb&PHPWSBB_MAN_OP=usersettings",
"image"=>$image,
"description"=>"Allows you to set your bulletin board preferences.",
--- 23,27 ----
$link[] = array ("label"=>"Set My Bulletin Board Preferences",
"module"=>"phpwsbb",
! "url"=>"index.php?module=phpwsbb&PHPWSBB_MAN_OP=usersettings",
"image"=>$image,
"description"=>"Allows you to set your bulletin board preferences.",
|