Changeset 1479 for trunk/gregarius/init.php
- Timestamp:
- 05/19/06 16:37:38 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/init.php
r1449 r1479 115 115 // Localization 116 116 // 117 require_once('cls/l10n.php'); 118 $GLOBALS['rssl10n'] = new RSSl10n('de_CH'); 119 117 120 $lang = getConfig('rss.output.lang'); 118 121 if (!preg_match('#^[a-zA-Z_]+$#', $lang)) {
