phpScheduleIt
May 22, 2013, 01:29:44 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: phpScheduleIt 2.4.2 has been released!
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Bug in mycalendar.template.php file v1.2.1  (Read 3229 times)
andrejusc
Newbie
*

Karma: 0
Posts: 11


« 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


« Reply #1 on: June 26, 2006, 03:07:08 PM »

Fixed now.
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5419


WWW
« Reply #2 on: June 26, 2006, 08:01:59 PM »

Thanks!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2006-2007, Simple Machines Valid XHTML 1.0! Valid CSS!