1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Bugtracker #3704 - calendar subscriptions didn't look for non-English language file

This commit is contained in:
e107steved
2007-01-28 11:40:20 +00:00
parent 410325bd40
commit dddb3f7508

View File

@@ -11,20 +11,15 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/subscribe.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:49 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-01-28 11:40:20 $
| $Author: e107steved $
|
| 05.10.06 - Mods started
| 06.11.06 - Reflect updated shortcodes and template directories
|
| Think how to unsubscribe user if he's voluntarily subscribed, and is later forcibly subscribed, or no longer allowed to subscribe
| (A subscription update, with nothing visibly changed, may well do it)
+----------------------------------------------------------------------------+
*/
require_once("../../class2.php");
@include_lan(e_PLUGIN . "calendar_menu/languages/English.php");
include_lan(e_PLUGIN . "calendar_menu/languages/".e_LANGUAGE.".php");
define("PAGE_NAME", EC_LAN_80);
require_once(HEADERF);