From 3d567f23a4e45ed8b082fbcd160bd0463b643529 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 14 Jul 2007 13:47:10 +0000 Subject: issue13, all external links have been tested again, single photo, with tag- or date-search are now possible git-svn-id: file:///var/lib/svn/phpfspot/trunk@202 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- rpc.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rpc.php') diff --git a/rpc.php b/rpc.php index 891f395..078fafd 100644 --- a/rpc.php +++ b/rpc.php @@ -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(); -- cgit v1.2.3-18-g5258