# Cache wrapper # 2002-01-21 Sandino Araico Sánchez # Supressed the time_delta_html_comment() because it was having problems # with Javascript #------------------------------------------------------------------------------ $doc_include=ob_get_contents(); ob_end_clean(); $doc_put=hopp_put_local_doc_array_into_cache($doc_id_string, $doc_include); echo $doc_include; // echo s_time_delta_html_comment(); #------------------------------------------------------------------------------ ?>