gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] %s


From: Christian Bayle,,,
Subject: [Gforge-commits] %s
Date: Tue, 18 Jan 2005 22:46:15 +0000

Update of /cvsroot/gforge/gforge/www/mail/admin
In directory db.perdue.net:/tmp/cvs-serv31330/www/mail/admin

Modified Files:
        index.php 
Log Message:
Use proper userCanAdminMailingLists function


Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/mail/admin/index.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** index.php   14 Dec 2004 19:50:46 -0000      1.15
--- index.php   18 Jan 2005 22:46:13 -0000      1.16
***************
*** 16,20 ****
  require_once('common/mail/MailingListFactory.class');
  
! $group_id = getIntFromGet('group_id');
  
  $feedback = '';
--- 16,20 ----
  require_once('common/mail/MailingListFactory.class');
  
! $group_id = getIntFromRequest('group_id');
  
  $feedback = '';
***************
*** 30,35 ****
        }
        
!       if (getStringFromPost('post_changes') == 'y') {
!               if (getStringFromPost('add_list') == 'y') {
                        $mailingList = new MailingList($Group);
                        
--- 30,35 ----
        }
        
!       if (getStringFromRequest('post_changes') == 'y') {
!               if (getStringFromRequest('add_list') == 'y') {
                        $mailingList = new MailingList($Group);
                        





reply via email to

[Prev in Thread] Current Thread [Next in Thread]