cvs: smarty /libs/plugins function.html_select_date.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1071657958@cvsserver> |
messju Wed Dec 17 05:45:58 2003 EDT
Modified files:
/smarty/libs/plugins function.html_select_date.php
Log:
fix plugin-name in error message
Index: smarty/libs/plugins/function.html_select_date.php
diff -u smarty/libs/plugins/function.html_select_date.php:1.20 smarty/libs/plugins/function.html_select_date.php:1.21
--- smarty/libs/plugins/function.html_select_date.php:1.20 Wed Dec 17 04:32:30 2003
+++ smarty/libs/plugins/function.html_select_date.php Wed Dec 17 05:45:57 2003
@@ -117,7 +117,7 @@
break;
default:
- $smarty->trigger_error("[html_select_time] unknown parameter $_key", E_USER_WARNING);
+ $smarty->trigger_error("[html_select_date] unknown parameter $_key", E_USER_WARNING);
}
}
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php