From: Andreas Unterkircher Date: Wed, 18 Jul 2007 04:03:36 +0000 (+0000) Subject: issue50, date range _within_ not _between_ X-Git-Tag: phpfspot-1.2~115 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f2ff5f23026add1818386db2dcbae25978896a;p=phpfspot.git issue50, date range _within_ not _between_ git-svn-id: file:///var/lib/svn/phpfspot/trunk@220 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- 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}