From 9a1e36f517debe271c23403a1a7e119afc73d96e Mon Sep 17 00:00:00 2001 From: e107steved Date: Thu, 6 May 2010 21:30:21 +0000 Subject: [PATCH] Missed renaming a couple of variables --- e107_plugins/calendar_menu/e_cron.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/e107_plugins/calendar_menu/e_cron.php b/e107_plugins/calendar_menu/e_cron.php index 431b28596..6b26f519b 100644 --- a/e107_plugins/calendar_menu/e_cron.php +++ b/e107_plugins/calendar_menu/e_cron.php @@ -2,17 +2,14 @@ /* * e107 website system * - * Copyright (C) 2001-2009 e107 Inc (e107.org) + * Copyright (C) 2001-2010 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * - * Plugin configuration module - gsitemap - * - * $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/e_cron.php,v $ - * $Revision$ - * $Date$ - * $Author$ + * Event calendar plugin - cron task * + * $URL$ + * $Id$ */ /** @@ -348,7 +345,7 @@ class calendar_menu_cron // include plugin-folder in the name. // Now loop through adding users while ($row = $this->ourDB->db_Fetch()) { - if ($ec_debug_level == 0) + if ($this->debugLevel == 0) { $recipient = array( 'mail_recipient_id' => $row['user_id'], @@ -370,7 +367,7 @@ class calendar_menu_cron // include plugin-folder in the name. { $send_result = " **DEBUG**"; } - if ($ec_log_requirement > 1) + if ($this->logRequirement > 1) { $this->logLine(' Send to '.$user_id.':'.$user_email.' Name: '.$user_name.' Result = '.$send_result); }