From 22cf19e174bcee88b44968f2773d1bad2da2b54d Mon Sep 17 00:00:00 2001 From: friendica <info@friendica.com> Date: Wed, 18 Jul 2012 03:59:10 -0700 Subject: bad sync with github windows client --- .../libs/plugins/modifiercompiler.noprint.php | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 lib/smarty/libs/plugins/modifiercompiler.noprint.php (limited to 'lib/smarty/libs/plugins/modifiercompiler.noprint.php') diff --git a/lib/smarty/libs/plugins/modifiercompiler.noprint.php b/lib/smarty/libs/plugins/modifiercompiler.noprint.php deleted file mode 100644 index 3ca26571a..000000000 --- a/lib/smarty/libs/plugins/modifiercompiler.noprint.php +++ /dev/null @@ -1,25 +0,0 @@ -<?php -/** - * Smarty plugin - * - * @package Smarty - * @subpackage PluginsModifierCompiler - */ - -/** - * Smarty noprint modifier plugin - * - * Type: modifier<br> - * Name: noprint<br> - * Purpose: return an empty string - * - * @author Uwe Tews - * @param array $params parameters - * @return string with compiled code - */ -function smarty_modifiercompiler_noprint($params, $compiler) -{ - return "''"; -} - -?> \ No newline at end of file -- cgit v1.2.3