projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d999f86
)
issue51, first fix for external link to a photo
author
Andreas Unterkircher
<unki@netshadow.at>
Tue, 17 Jul 2007 04:16:10 +0000
(
04:16
+0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Tue, 17 Jul 2007 04:16:10 +0000
(
04:16
+0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@216
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot.class.php
patch
|
blob
|
history
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index fc116118698b23861ea16f09c155869ee9d0b69f..0113fe6c7848bd4818b285a55279a109934108fe 100644
(file)
--- a/
phpfspot.class.php
+++ b/
phpfspot.class.php
@@
-1575,7
+1575,7
@@
class PHPFSPOT {
elseif(isset($_SESSION['from_date']) && isset($_SESSION['to_date'])) {
return "showpi_date";
}
- elseif(isset($_SESSION['current_photo'])) {
+ elseif(isset($_SESSION['current_photo'])
&& $_SESSION['start_action'] == 'showp'
) {
return "show_photo";
}
elseif(isset($_SESSION['start_action']) && $_SESSION['start_action'] == 'showpi') {