Update of /cvsroot/phpwebsite-comm/modules/mailinglists
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11854
Modified Files:
index.php
Log Message:
The list_id > 9 bugs just won't go away...
Index: index.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/mailinglists/index.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** index.php 12 Sep 2005 00:36:08 -0000 1.25
--- index.php 2 Jan 2008 19:22:06 -0000 1.26
***************
*** 158,162 ****
if($mladmin != NULL)
{
! $_SESSION['SES_MAILINGLISTS_MANAGER']->showEmailForm($list[0], NULL, NULL, NULL, 0);
}
else
--- 158,162 ----
if($mladmin != NULL)
{
! $_SESSION['SES_MAILINGLISTS_MANAGER']->showEmailForm($list, NULL, NULL, NULL, 0);
}
else
|