Index: branches/dev/data/class/SC_View.php
===================================================================
--- branches/dev/data/class/SC_View.php	(revision 14509)
+++ branches/dev/data/class/SC_View.php	(revision 14510)
@@ -9,9 +9,4 @@
 require_once($SC_VIEW_PHP_DIR . "/../module/Smarty/libs/Smarty.class.php");
 require_once($SC_VIEW_PHP_DIR . "/../include/php_ini.inc");
-
-
-function modifiers_test($val) {
-    return "#".$val."#";
-}
 
 class SC_View {
@@ -50,5 +45,4 @@
 		$this->_smarty->register_function("sfPrintAffTag","sfPrintAffTag");
 		$this->_smarty->default_modifiers = array('script_escape');
-        //$this->_smarty->default_modifiers = array('modifiers_test');
         
         sfPrintR($this->_smarty->default_modifiers);
Index: branches/dev/data/Smarty/templates/admin/basis/kiyaku.tpl
===================================================================
--- branches/dev/data/Smarty/templates/admin/basis/kiyaku.tpl	(revision 14507)
+++ branches/dev/data/Smarty/templates/admin/basis/kiyaku.tpl	(revision 14510)
@@ -129,5 +129,5 @@
 								<a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('down', 'kiyaku_id', <!--{$arrKiyaku[cnt].kiyaku_id}-->); return false;" />²¼¤Ø</a>
 								<!--{/if}-->
-								<!--{$smarty.section.cnt.last|modifiers_test}--> <!--{$smarty.section.cnt.iteration|modifiers_test}-->
+								<!--{$smarty.section.cnt.last}--> <!--{$smarty.section.cnt.iteration}-->
 								</td>
 							</tr>
