php warnings removed
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / resource.kyberia.php
index db739208a7cef9a033df9f9ebab6393682469437..dc77b4fa55a67fc482f8390506a5e78af9bce77b 100644 (file)
@@ -37,7 +37,8 @@ function db_get_timestamp($tpl_name, &$tpl_timestamp, &$smarty_obj)
     // with unix epoch time value of last template modification.
     // This is used to determine if recompile is necessary.
        $recompile = 100; //recompile every N seconds
-       $tpl_timestamp = floor(time()/$recompile)*$recompile; // this example will recompile even unchanged templates! XXX!!! FIXME!!! TODO!!!
+       $tpl_timestamp = floor(time()/$recompile)*$recompile; 
+       // this example will recompile even unchanged templates! XXX!!! FIXME!!! TODO!!!
     // return true on success, false to generate failure notification
     return true;
 }
This page took 0.135576 seconds and 4 git commands to generate.