https://bugzilla.wikimedia.org/show_bug.cgi?id=33930

--- Comment #7 from John McClure <[email protected]> 2012-01-24 19:43:49 
UTC ---
at line 188:

$cur_date = SMWDataValueFactory::newTypeIDValue( '_dat', $date_str );
//add: recalc cur_date_jd 
cur_date_jd = $cur_date->getDataItem()->getJD(); 

at line 247:
$all_date_strings = array_merge( $all_date_strings, $included_dates);
//add: remove nulls from the dates array
$all_date_strings = array_filter($all_date_strings);

-- 
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

Reply via email to