Changeset 4054 for extensions/Mail_supervisor/maintain.inc.php
- Timestamp:
- Oct 17, 2009, 4:47:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Mail_supervisor/maintain.inc.php
r4053 r4054 31 31 32 32 include_once (MAIL_SUPERV_PATH.'include/constants.php'); 33 global $lang; 33 34 34 include_once (MAIL_SUPERV_PATH.'include/fonctions.php'); 35 35 … … 41 41 SELECT count(`id`) as total FROM `'.PLUGINS_TABLE.'` WHERE `id` LIKE "free_mail" ;'; 42 42 $plugs = mysql_fetch_array(pwg_query($q)); 43 $nb= $plugs['total'];43 $nb= $plugs['total']; 44 44 45 45 if (count($nb)>=1) {
Note: See TracChangeset
for help on using the changeset viewer.