[Typo3-dev] ObTS ready.

Peter Knöll peter at knoell.org
Fri Dec 12 15:14:39 CET 2003


Hi Dan!

> Patch it with something like fopen...
>
I did patch it now and it works.

/obts/mod1/index.php Line 334 changed to:

<snip>
$import = fopen($cache_file, "r");
    unset($cache_file_content);
    while ( !feof($import) ) {
        $cache_file_content.= fgets($import);   
    }
   
    $datatype_array = unserialize($cache_file_content);
</snip>

Regards,

   Peter






More information about the TYPO3-dev mailing list