projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a938d94
)
Backport from trunk: Fix class name
author
Roland Mas
<lolando@debian.org>
Sat, 20 Mar 2010 21:27:07 +0000
(21:27 +0000)
committer
Roland Mas
<lolando@debian.org>
Sat, 20 Mar 2010 21:27:07 +0000
(21:27 +0000)
gforge/www/pm/calendar.php
patch
|
blob
|
history
diff --git
a/gforge/www/pm/calendar.php
b/gforge/www/pm/calendar.php
index e0ae5a934709a434263daaa26a57d5e26086a640..454cc291bc2d56209b35d41d9d1359c975f25f79 100644
(file)
--- a/
gforge/www/pm/calendar.php
+++ b/
gforge/www/pm/calendar.php
@@
-186,13
+186,13
@@
function display_month($m, $y) {
if ($curr_date == $today['mday']
&& $y == $today['year']
&& $m == $today['mon']) {
if ($curr_date == $today['mday']
&& $y == $today['year']
&& $m == $today['mon']) {
- $colour = "
today";
+ $colour = "today";
} elseif ($curr_date == $day
&& $y == $year
&& $m == $month) {
} elseif ($curr_date == $day
&& $y == $year
&& $m == $month) {
- $colour = "
day";
+ $colour = "day";
}
}
- print "\t\t\t<td valign=\"top\" class=
" . $colour .
">$curr_date";
+ print "\t\t\t<td valign=\"top\" class=
\"" . $colour . "\
">$curr_date";
$cell_contents = '';
$rows = count($pt_arr);
for ($i = 0; $i < $rows; $i++) {
$cell_contents = '';
$rows = count($pt_arr);
for ($i = 0; $i < $rows; $i++) {