Completed
Branch master (3eb1fa)
by Michael
02:09
created
class/smarty/xoops_plugins/function.xoBlk.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     user=admin
28 28
 }>
29 29
 */
30
-function smarty_function_xoBlk( $params, &$smarty ) 
30
+function smarty_function_xoBlk($params, &$smarty) 
31 31
 {
32 32
     $old_caching = $smarty->caching;
33 33
     $old_cache_lifetime = $smarty->cache_lifetime;
Please login to merge, or discard this patch.
class/smarty/xoops_plugins/block.xoBlkTpl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     </div>
28 28
 <{/xoBlkTpl}>
29 29
 */
30
-function smarty_block_xoBlkTpl ($params, $content, &$smarty, &$repeat) {
30
+function smarty_block_xoBlkTpl($params, $content, &$smarty, &$repeat) {
31 31
     static $old_block;
32 32
     if (empty($content)) {
33 33
         xoops_load("cache");
Please login to merge, or discard this patch.