diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-14 13:47:10 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-14 13:47:10 +0000 |
commit | 3d567f23a4e45ed8b082fbcd160bd0463b643529 (patch) | |
tree | c87290d022263f765878a502c0ea61e1584ad25e /rpc.php | |
parent | 81427447f075b3b90a46ce715a5ce4f841fe27a0 (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.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(); |