phpScheduleIt
May 24, 2013, 01:22:46 AM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: phpScheduleIt 2.4.2 has been released!
Home
Help
Login
Register
phpScheduleIt
>
Bugs
>
phpScheduleIt 1.2.x
>
Bug in mycalendar.template.php file v1.2.1
Pages: [
1
]
« previous
next »
Print
Author
Topic: Bug in mycalendar.template.php file v1.2.1 (Read 3230 times)
andrejusc
Newbie
Karma: 0
Posts: 11
Bug in mycalendar.template.php file v1.2.1
«
on:
June 26, 2006, 05:20:38 AM »
Instead of this:
<!-- Start calendars -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top"><?$prev->printCalendar()?></td>
We should have this (additional "php" string):
<!-- Start calendars -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top"><?php $prev->printCalendar()?></td>
and instead of:
<td align="center" valign="top"><?$next->printCalendar()?></td>
we should have:
<td align="center" valign="top"><?php $next->printCalendar()?></td>
Logged
andrejusc
Newbie
Karma: 0
Posts: 11
Bug in mycalendar.template.php file v1.2.1
«
Reply #1 on:
June 26, 2006, 03:07:08 PM »
Fixed now.
Logged
Nick
Administrator
Hero Member
Karma: 15
Posts: 5419
Bug in mycalendar.template.php file v1.2.1
«
Reply #2 on:
June 26, 2006, 08:01:59 PM »
Thanks!
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Announcements
=> Open Discussion
=> Donations
-----------------------------
Help and Support
-----------------------------
=> phpScheduleIt 2.x
=> EspaƱol
=> phpScheduleIt 1.2.x
=> phpScheduleIt 1.1.x
=> New Features and Suggestions
=> Developers
-----------------------------
Bugs
-----------------------------
=> phpScheduleIt 1.2.x
=> phpScheduleIt 1.1.x
-----------------------------
Modifications
-----------------------------
=> Post Modifications
=> Request Modification
-----------------------------
Development
-----------------------------
=> phpScheduleIt 2.0
-----------------------------
Off-Topic
-----------------------------
=> Non-phpScheduleIt Discussion
Loading...