Fehler nach birthdaycal
Verfasst: 17.03.2005 17:28
Parse error: parse error, unexpected T_ELSE in /www/htdocs/v148403/phpbb/phpBB2/cal_lite.php on line 1125
http://www.fhbaden.com/callite.txt
http://www.fhbaden.com/callite.txt
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
if ($i % 7 == 0) {
// we're at the end of a row
// got another week to run
$week_end = "\n</tr>\n<tr>\n";
}
else {
$week_end = '';
}
else {
$week_end = '';
}
Code: Alles auswählen
if ($i % 7 == 0) {
// we're at the end of a row
// got another week to run
$week_end = "\n</tr>\n<tr>\n";
}
else {
$week_end = '';
}