[Phpslash-commit] CVS: phpslash-dev/include/modules/mailinglist admin.php,1.5,1.6
Brought to you by:
joestewart,
nhruby
From: Peter C. <kr...@us...> - 2004-10-18 17:18:24
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/mailinglist In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8395 Modified Files: admin.php Log Message: Show list if nothing else is to be done Index: admin.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/mailinglist/admin.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin.php 2 Sep 2004 17:26:20 -0000 1.5 --- admin.php 18 Oct 2004 17:18:15 -0000 1.6 *************** *** 63,67 **** break; default: ! $showList = false; } --- 63,68 ---- break; default: ! #$content .= $list->newsletterForm(); ! $showList = true; } |