Files @ 1a5fea2d7571
Branch filter:

Location: SlatePermutate/errors.php

binki
Fix the issue of doubled schedule output results upon loading a saved schedule: Don't call Schedule::findPossibilities() against just because we're unserializing a saved Schedule object.
1
2
3
4
5
6
<?php

#ini_set('display_errors', 1); 
# ini_set('log_errors', 1); 
# ini_set('error_log', '/home/nathang/public_html/scheduler/phperrors.log'); 
# error_reporting(E_ALL);