1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Bugtracker #3829 - wrong LAN

This commit is contained in:
e107steved
2007-03-05 20:09:30 +00:00
parent 5f325d7f35
commit b78ded3a32

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/plugin.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/plugin.php,v $
| $Revision: 1.1.1.1 $ - with mods to hopefully trigger upgrade to new version | $Revision: 1.2 $ - with mods to hopefully trigger upgrade to new version
| $Date: 2006-12-02 04:34:48 $ | $Date: 2007-03-05 20:09:30 $
| $Author: mcfly_e107 $ | $Author: e107steved $
| |
| 22.07.06 - Mods for V3.6 upgrade, including log directory | 22.07.06 - Mods for V3.6 upgrade, including log directory
| 02.08.06 - Support for category icon display added | 02.08.06 - Support for category icon display added
@@ -81,7 +81,7 @@ $eplug_prefs = array(
"eventpost_datenext" => 1, "eventpost_datenext" => 1,
"eventpost_eventdatecustom" => "&A %d %B %Y", "eventpost_eventdatecustom" => "&A %d %B %Y",
"eventpost_nextdatecustom" => "%d %b", "eventpost_nextdatecustom" => "%d %b",
"eventpost_mailsubject" => EC_ADLAN_12, "eventpost_mailsubject" => EC_ADLAN_A12,
"eventpost_mailfrom" => EC_ADLAN_A151, "eventpost_mailfrom" => EC_ADLAN_A151,
"eventpost_mailaddress" => EC_ADLAN_A152, "eventpost_mailaddress" => EC_ADLAN_A152,
"eventpost_asubs" => 1, "eventpost_asubs" => 1,