summaryrefslogtreecommitdiffstats
path: root/rpc.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-14 13:47:10 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-14 13:47:10 +0000
commit3d567f23a4e45ed8b082fbcd160bd0463b643529 (patch)
treec87290d022263f765878a502c0ea61e1584ad25e /rpc.php
parent81427447f075b3b90a46ce715a5ce4f841fe27a0 (diff)
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
Diffstat (limited to 'rpc.php')
-rw-r--r--rpc.php4
1 files changed, 4 insertions, 0 deletions
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();