diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-10 18:48:41 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-10 18:48:41 +0000 |
commit | e0ff14d4bcc1659675a8c5208d4151a04c2b0de9 (patch) | |
tree | 1595647a40f5ca7d46ff732a2f61baa521f67956 /rpc.php | |
parent | 3567b8990c9cf323eea05e607c1cc1556b5e18f0 (diff) |
issue27, first trial of gallery export for HTML and MoinMoin markup
git-svn-id: file:///var/lib/svn/phpfspot/trunk@185 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -98,6 +98,11 @@ class PHPFSPOT_RPC { $fspot->startTagSearch($_GET['for']); break; + case 'get_export': + + $fspot->getExport($_GET['mode']); + break; + } } // process_ajax_request(); |