Re: dateTimeSelect defaults to current date instead of 00-00-0000

2007-03-04 Thread jyrgen

i inserted

if ($selected==--) $selected = -00-00;

to fix it..



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: dateTimeSelect defaults to current date instead of 00-00-0000

2007-03-04 Thread jyrgen

i placed

if ($selected==--) $selected = -00-00;

into

function dateTimeOptionTag

of

/cake/libs/view/helpers/html.php

to fix it.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---