[geeklog-hg] geeklog: Calendar: removed the dead code

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 1 07:53:52 EST 2014


changeset 9508:005c6c0049e3
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/005c6c0049e3
user: dengen <taharaxp at gmail.com>
date: Sat Mar 01 21:53:24 2014 +0900
description:
Calendar: removed the dead code

diffstat:

 public_html/calendar/index.php |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diffs (17 lines):

diff -r 42effff00d4b -r 005c6c0049e3 public_html/calendar/index.php
--- a/public_html/calendar/index.php	Sat Mar 01 17:14:05 2014 +0900
+++ b/public_html/calendar/index.php	Sat Mar 01 21:53:24 2014 +0900
@@ -823,13 +823,9 @@
 
 $smallcal_prev = getSmallCalendar ($prevmonth, $prevyear, $mode);
 $cal_templates->set_var ('previous_months_calendar', $smallcal_prev);
-$cal_templates->set_var ('previous_months_cal',
-                         '<font size="-2">' . LB . $smallcal_prev . '</font>');
 
 $smallcal_next = getSmallCalendar ($nextmonth, $nextyear, $mode);
 $cal_templates->set_var ('next_months_calendar', $smallcal_next);
-$cal_templates->set_var ('next_months_cal',
-                         '<font size="-2">' . LB . $smallcal_next . '</font>');
 
 $cal_templates->set_var('cal_prevmo_num', $prevmonth);
 $cal_templates->set_var('cal_prevyr_num', $prevyear);



More information about the geeklog-cvs mailing list