cvs: smarty /libs/plugins function.html_select_date.php
[email protected] ("Monte Ohrt") Tue, 04 Apr 2006 16:24:13 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsmohrt1144167853@cvsserver> |
mohrt Tue Apr 4 16:24:13 2006 UTC
Modified files:
/smarty/libs/plugins function.html_select_date.php
Log:
fix typo
http://cvs.php.net/viewcvs.cgi/smarty/libs/plugins/function.html_select_date.php?r1=1.33&r2=1.34&diff_format=u
Index: smarty/libs/plugins/function.html_select_date.php
diff -u smarty/libs/plugins/function.html_select_date.php:1.33 smarty/libs/plugins/function.html_select_date.php:1.34
--- smarty/libs/plugins/function.html_select_date.php:1.33 Tue Oct 11 16:22:56 2005
+++ smarty/libs/plugins/function.html_select_date.php Tue Apr 4 16:24:13 2006
@@ -22,7 +22,7 @@
* month values (Gary Loescher)
* - 1.3.1 added support for choosing format for
* day values (Marcus Bointon)
- * - 1.3.2 suppport negative timestamps, force year
+ * - 1.3.2 support negative timestamps, force year
* dropdown to include given date unless explicitly set (Monte)
* @link http://smarty.php.net/manual/en/language.function.html.select.date.php {html_select_date}
* (Smarty online manual)