Mentor page
[platal.git] / plugins / insert.mkStats.php
index e928ef3..0133eee 100644 (file)
 
 /*
  * Smarty plugin
- * ------------------------------------------------------------- 
+ * -------------------------------------------------------------
  * File:     insert.mkStats.php
  * Type:     insert
  * Name:     mkStats
- * Purpose:  
+ * Purpose:
  * -------------------------------------------------------------
  */
 function smarty_insert_mkStats($params, &$smarty)
@@ -35,4 +35,5 @@ function smarty_insert_mkStats($params, &$smarty)
     $cnt = $res->fetchOneCell();
     return ($cnt ? $cnt : '-');
 }
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>