14 Aug
2005
14 Aug
'05
7:46 p.m.
Issue status update for http://drupal.org/node/28861 Post a follow up: http://drupal.org/project/comments/add/28861 Project: Drupal Version: cvs Component: other Category: bug reports Priority: normal Assigned to: Anonymous Reported by: Malthus Updated by: Malthus Status: patch (code needs review) Attachment: http://drupal.org/files/issues/patch_6.txt (342 bytes) Typo which makes the check always pass. - if (!data) { + if (!$data) { Malthus