[geeklog-cvs] geeklog-1.3/plugins/spamx functions.inc,1.2,1.3
    dhaun at iowaoutdoors.org 
    dhaun at iowaoutdoors.org
       
    Thu Sep 16 13:22:17 EDT 2004
    
        - Previous message (by thread): [geeklog-cvs] geeklog-1.3/plugins/spamx Import.Admin.class.php,1.2,1.3 MailAdmin.Action.class.php,1.1,1.2 ViewBlacklist.Admin.class.php,1.1,1.2 config.php,1.2,1.3
 
        - Next message (by thread): [geeklog-cvs] geeklog-1.3/plugins/spamx/language english.php,1.3,1.4
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /var/cvs/geeklog-1.3/plugins/spamx
In directory www:/tmp/cvs-serv32283/plugins/spamx
Modified Files:
	functions.inc 
Log Message:
Added a link to the plugin's documentation and some other minor changes.
Index: functions.inc
===================================================================
RCS file: /var/cvs/geeklog-1.3/plugins/spamx/functions.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** functions.inc	16 Sep 2004 08:08:32 -0000	1.2
--- functions.inc	16 Sep 2004 17:22:14 -0000	1.3
***************
*** 95,103 ****
  function plugin_cclabel_spamx() 
  {
!     global $_CONF;
  
      $retval = array();
      if (SEC_hasRights('spamx.admin')) {
!         $retval = array('spamx',
                          $_CONF['site_admin_url'] . '/plugins/spamx/index.php',
                          $_CONF['site_admin_url'] . '/plugins/spamx/images/spamx.gif');
--- 95,103 ----
  function plugin_cclabel_spamx() 
  {
!     global $_CONF, $LANG_SX00;
  
      $retval = array();
      if (SEC_hasRights('spamx.admin')) {
!         $retval = array($LANG_SX00['plugin_name'],
                          $_CONF['site_admin_url'] . '/plugins/spamx/index.php',
                          $_CONF['site_admin_url'] . '/plugins/spamx/images/spamx.gif');
***************
*** 119,126 ****
  function plugin_getadminoption_spamx() 
  {
!     global $_CONF;
  
      if (SEC_hasRights('spamx.admin')) {
!         return array('spamx',
                       $_CONF['site_admin_url'] . '/plugins/spamx/index.php', 0);
      }
--- 119,126 ----
  function plugin_getadminoption_spamx() 
  {
!     global $_CONF, $LANG_SX00;
  
      if (SEC_hasRights('spamx.admin')) {
!         return array($LANG_SX00['plugin_name'],
                       $_CONF['site_admin_url'] . '/plugins/spamx/index.php', 0);
      }
    
    
        
	- Previous message (by thread): [geeklog-cvs] geeklog-1.3/plugins/spamx Import.Admin.class.php,1.2,1.3 MailAdmin.Action.class.php,1.1,1.2 ViewBlacklist.Admin.class.php,1.1,1.2 config.php,1.2,1.3
 
	- Next message (by thread): [geeklog-cvs] geeklog-1.3/plugins/spamx/language english.php,1.3,1.4
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the geeklog-cvs
mailing list