aboutsummaryrefslogtreecommitdiffstats
path: root/search.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-03-18 07:14:31 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-03-18 07:14:31 +0000
commit3c8e58694011f4b43c31fc151a435ad606733892 (patch)
treeb059f5ab3451256e422dbb849c13ffb33a98bf17 /search.php
parent15d8a32270cdbd6ae9add40649de47fabfe8f65c (diff)
downloadphpicalendar-3c8e58694011f4b43c31fc151a435ad606733892.tar.gz
phpicalendar-3c8e58694011f4b43c31fc151a435ad606733892.tar.bz2
phpicalendar-3c8e58694011f4b43c31fc151a435ad606733892.zip
fix lang variable in search.php
Diffstat (limited to 'search.php')
-rw-r--r--search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php
index 4b8ee9a..0c3a2b7 100644
--- a/search.php
+++ b/search.php
@@ -2,7 +2,7 @@
define('BASE','./');
$current_view = 'search';
-$display_date = $results_lang;
+$display_date = $lang['l_results'];
require_once(BASE.'functions/ical_parser.php');
require_once(BASE.'functions/list_functions.php');
require_once(BASE.'functions/template.php');

© 2014-2024 Faster IT GmbH | imprint | privacy policy