From 22cf19e174bcee88b44968f2773d1bad2da2b54d Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 18 Jul 2012 03:59:10 -0700 Subject: bad sync with github windows client --- .../sysplugins/smarty_internal_nocache_insert.php | 53 ---------------------- 1 file changed, 53 deletions(-) delete mode 100644 lib/smarty/libs/sysplugins/smarty_internal_nocache_insert.php (limited to 'lib/smarty/libs/sysplugins/smarty_internal_nocache_insert.php') diff --git a/lib/smarty/libs/sysplugins/smarty_internal_nocache_insert.php b/lib/smarty/libs/sysplugins/smarty_internal_nocache_insert.php deleted file mode 100644 index faae49af6..000000000 --- a/lib/smarty/libs/sysplugins/smarty_internal_nocache_insert.php +++ /dev/null @@ -1,53 +0,0 @@ -assign('{$_assign}' , {$_function} (" . var_export($_attr, true) . ",\$_smarty_tpl), true);?>"; - } else { - $_output .= "echo {$_function}(" . var_export($_attr, true) . ",\$_smarty_tpl);?>"; - } - $_tpl = $_template; - while ($_tpl->parent instanceof Smarty_Internal_Template) { - $_tpl = $_tpl->parent; - } - return "/*%%SmartyNocache:{$_tpl->properties['nocache_hash']}%%*/" . $_output . "/*/%%SmartyNocache:{$_tpl->properties['nocache_hash']}%%*/"; - } - -} - -?> -- cgit v1.2.3