1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 18:30:53 +02:00

Bug fixes

This commit is contained in:
e107steved
2007-11-12 19:56:13 +00:00
parent bb5603837c
commit cbc71abb08
2 changed files with 7 additions and 5 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/next_event_menu.php,v $
| $Revision: 1.2 $
| $Date: 2007-07-13 19:37:52 $
| $Revision: 1.3 $
| $Date: 2007-11-12 19:56:13 $
| $Author: e107steved $
|
+----------------------------------------------------------------------------+
@@ -68,7 +68,7 @@ global $cal_row, $cal_totev;
$ev_list = $ecal_class->get_n_events($show_count, $start_time, $end_time, varset($pref['eventpost_fe_set'],0), $show_recurring,
'event_id,event_start, event_thread, event_title, event_recurring, event_allday', 'event_cat_icon');
'event_id,event_start, event_thread, event_title, event_recurring, event_allday, event_category', 'event_cat_icon');
$cal_totev = count($ev_list);
if ($cal_totev > 0)

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/plugin.php,v $
| $Revision: 1.6 $
| $Date: 2007-09-04 21:09:47 $
| $Revision: 1.7 $
| $Date: 2007-11-12 19:56:13 $
| $Author: e107steved $
|
+----------------------------------------------------------------------------+
@@ -127,6 +127,7 @@ $eplug_prefs = array(
"eventpost_fe_showrecent" => 0,
"eventpost_showcaticon" => 0,
"eventpost_printlists" => 1,
'eventpost_editmode' => 1,
"eventpost_namelink" => 1 );
@@ -327,6 +328,7 @@ if ($ecal_ver_num < 370)
"eventpost_showmouseover" => 0,
"eventpost_fe_hideifnone" => '0',
"eventpost_fe_showrecent" => 0,
'eventpost_editmode' => 1,
"eventpost_printlists" => 1
);
$upgrade_add_prefs = array_merge($upgrade_add_prefs,$verprefs);