diff options
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -116,6 +116,10 @@ class PHPFSPOT_RPC { $fspot->get_calendar_matrix($_GET['year'], $_GET['month'], $_GET['day']); break; + case 'what_to_do': + print $fspot->whatToDo(); + break; + } } // process_ajax_request(); |