The format_date rule gave me a warning on this line:
function extprofile_form_validate($form, &$form_state) {

Comments

morbus iff’s picture

Status: Active » Fixed

That's been fixed in the dev branch; thanks.

john morahan’s picture

Are you sure? I see a commit that addresses the issue, but I still get this false positive in the dev branch.

john morahan’s picture

Err, never mind. I'm an idiot and forgot to clear the cache.

morbus iff’s picture

Yeah, somewhere along the line, Coder removed the option to use the cache or not, which causes craziness like http://drupal.org/node/314821 too. I'd love to see it back, but until then...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

bartezz’s picture

Hmmz... updated to dev (2010-Jul-11), flushed caches via administration menu module and still having this problem:

function mymodule_webform_component_update($component) {
Line 539: Use Drupal's format_date(), not PHP's default date().

function mymodule_webform_component_update($component) {

Cheers