Ignore:
Timestamp:
Oct 17, 2009, 4:47:20 PM (15 years ago)
Author:
cljosse
Message:

[mail_supervisor] new gestion of copy carbon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/maintain.inc.php

    r4053 r4054  
    3131
    3232include_once (MAIL_SUPERV_PATH.'include/constants.php');
    33 global $lang;
     33
    3434include_once (MAIL_SUPERV_PATH.'include/fonctions.php');
    3535
     
    4141  SELECT  count(`id`) as total   FROM `'.PLUGINS_TABLE.'` WHERE `id` LIKE "free_mail"   ;';
    4242     $plugs = mysql_fetch_array(pwg_query($q));
    43  $nb= $plugs['total'];
     43        $nb= $plugs['total'];
    4444
    4545  if (count($nb)>=1) {
Note: See TracChangeset for help on using the changeset viewer.