php date function throws errors on unintialised variables
Status: Beta
Brought to you by:
teon
as the summary shows, php date() does not seem to
like uninitialised variable even though date() overlooked
it in my previous PHP setup. I am guessing the new date
() function is more stricter which is good cause it doesnt
let me write lazy code .
File : cp/init_feature.php
cp/update_feature.php
Logged In: YES
user_id=673793
cp/init_feature.php and
cp/update_feature.php have been fixed. The date() function is
only used after checking if all variables are initialised
Logged In: YES
user_id=673793
v 1.2 of update_feature.php and init_feature.php from CVS
now contain the fixes for this bug