https://bugzilla.wikimedia.org/show_bug.cgi?id=33930
--- Comment #3 from John McClure <[email protected]> 2012-01-24 19:20:08 UTC --- @line 41 there is a null entry in the array (which stores today's date), so... foreach ( $all_date_strings as $date_str ) { if( $date_str ){ SMWParseData::addProperty( $property_name, $date_str, false, $parser, true ); } } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
