diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-18 04:03:36 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-18 04:03:36 +0000 |
commit | c1f2ff5f23026add1818386db2dcbae25978896a (patch) | |
tree | ee83a7817dc8bd4509d47858dc199d66f6db21cc | |
parent | 984b068b1369819a44bbfc4412476da0da49607f (diff) |
issue50, date range _within_ not _between_
git-svn-id: file:///var/lib/svn/phpfspot/trunk@220 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | templates/photo_index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index f9c651d..1590f85 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -26,7 +26,7 @@ {/if} {/if} {if $from_date && $to_date } - Results are limited to a date between {$from_date} to {$to_date}. + Results are limited to a date within {$from_date} to {$to_date}. {/if} </td> <td class="index_header" style="text-align: right"> |