projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4aa146
)
draw single photo with AJAX refresh
author
Andreas Unterkircher
<unki@netshadow.at>
Mon, 4 Jun 2007 20:10:35 +0000
(20:10 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Mon, 4 Jun 2007 20:10:35 +0000
(20:10 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@13
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
rpc.php
patch
|
blob
|
history
diff --git
a/rpc.php
b/rpc.php
index ac08129b66b777aca8d1c49d2687201da62930a2..2bb96280344ec53164e1ebc6bbea756e6854446d 100644
(file)
--- a/
rpc.php
+++ b/
rpc.php
@@
-44,7
+44,10
@@
class PHPFSPOT_RPC {
switch($_GET['action']) {
case 'showphoto':
- print "test";
+
+ $fspot->prepare_single_photo($_GET['id']);
+ $fspot->tmpl->show("body.tpl");
+
break;
}