schedule: rename get_enabled() -> get_enabled_array()
authorBrian Norris <banorris@uci.edu>
Tue, 20 Nov 2012 04:40:30 +0000 (20:40 -0800)
committerBrian Norris <banorris@uci.edu>
Tue, 20 Nov 2012 04:40:30 +0000 (20:40 -0800)
This function actually returns the array, not a single "enabled" status.
(There's a separate get_enabled() method for getting a single status.)


No differences found