Backport SVN revision 1935 & 1936 (New script to send a marketing to a
[platal.git] / plugins / insert.getNbIns.php
index 5867a16..f19ff89 100644 (file)
 
 /*
  * Smarty plugin
- * ------------------------------------------------------------- 
+ * -------------------------------------------------------------
  * File:     insert.getNbIns.php
  * Type:     insert
  * Name:     getNbIns
- * Purpose:  
+ * Purpose:
  * -------------------------------------------------------------
  */
 function smarty_insert_getNbIns($params, &$smarty)
@@ -34,4 +34,5 @@ function smarty_insert_getNbIns($params, &$smarty)
     $cnt = $res->fetchOneCell();
     return number_format($cnt, 0, ",", ".");
 }
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>