phpBMS

Show
Ignore:
Timestamp:
12/21/09 16:58:44 (2 years ago)
Author:
nate
Message:
  • Removed unneeded setting from the MailChimp? module.
  • Added additional instructions to the MailChimp? adminsettings.php.
  • Update MailChimp? version information.
  • Fixed error reporting in scheduler_list_sync.php.
  • Fixed sql statement in cron.php and a variable reference in scheduler.php that would break without the installation of the api module.
  • Removed the redundant push_record_ajax.php.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/base/include/scheduler.php

    r663 r686  
    151151                                $variables["enddatetime"] = NULL; 
    152152 
     153                         
     154                        if(!isset($variables["scripttype"])) 
     155                                $variables["scripttype"] = "job"; 
     156                                 
    153157                        switch($variables["scripttype"]){ 
    154158                                 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.