Subject: | just a few errors: Notice: Undefined... |
Summary: | Package rating comment |
Messages: | 2 |
Author: | gambelunghe |
Date: | 2009-10-28 14:35:42 |
Update: | 2010-06-12 21:16:57 |
|
|
|
gambelunghe rated this package as follows:
Utility: | Bad |
Consistency: | Bad |
Examples: | Bad |
|
 gambelunghe - 2009-10-28 14:35:42
just a few errors:
Notice: Undefined property: calendar::$queryString in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 200
Notice: Undefined property: calendar::$queryString in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 209
Notice: Undefined property: calendar::$startDay in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 221
Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168
Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168
Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168
Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168
Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168
Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168
Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168
Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168
Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168
Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168
Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168
Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168
 Jezdimir Loncar - 2010-06-12 21:16:58 - In reply to message 1 from gambelunghe
You need to define those in class:
private $startDay = 0;
private $queryString = '';
private $prettyHTML = false;
|