This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Repairs the date mode dates. | |
* | |
* Requires the fundraiser_recurring table to be populated | |
* and the uc_orders table to have at least order_id and created columns. | |
* | |
* Run with something like "drush php-script save_the_day.php > results.txt" | |
*/ |
NewerOlder