diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-09 20:29:52 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-09 20:29:52 +0200 |
| commit | a1500f699618928e52a90dc1c564c4d3e328e736 (patch) | |
| tree | 4338f476c229d5c9cfc547cfcbaef7e1bb2f4ea3 /src | |
| parent | 03676631a760c3bbdc09ed68784550ed5bd32fe7 (diff) | |
fix
Diffstat (limited to 'src')
| -rwxr-xr-x | src/photoalbum.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/photoalbum.sh b/src/photoalbum.sh index 85394ea..35002e7 100755 --- a/src/photoalbum.sh +++ b/src/photoalbum.sh @@ -70,7 +70,6 @@ function albumhtml() { declare html_dir="${1}" ; shift declare thumbs_dir="${1}" ; shift declare backhref="${1}" ; shift - declare is_subalbum=no declare -i num=1 declare -i i=0 declare name=page-${num} @@ -149,6 +148,7 @@ function albumhtml() { function albumindexhtml() { declare -a dirs=( "${1}" ) + declare is_subalbum=no html_dir=html backhref=.. |
