cvs: smarty /libs/plugins function.mailto.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1081367934@cvsserver> |
messju Wed Apr 7 15:58:55 2004 EDT
Modified files:
/smarty/libs/plugins function.mailto.php
Log:
removed trailing spaces
http://cvs.php.net/diff.php/smarty/libs/plugins/function.mailto.php?r1=1.9&r2=1.10&ty=u
Index: smarty/libs/plugins/function.mailto.php
diff -u smarty/libs/plugins/function.mailto.php:1.9 smarty/libs/plugins/function.mailto.php:1.10
--- smarty/libs/plugins/function.mailto.php:1.9 Sun Feb 22 18:18:30 2004
+++ smarty/libs/plugins/function.mailto.php Wed Apr 7 15:58:54 2004
@@ -48,7 +48,7 @@
*/
function smarty_function_mailto($params, &$smarty)
{
- $extra = '';
+ $extra = '';
if (empty($params['address'])) {
$smarty->trigger_error("mailto: missing 'address' parameter");
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php