resolution du bug #2781808

This commit is contained in:
Leblanc Simon 2009-08-10 19:26:33 +00:00
commit e2d7b9f9bd
2 changed files with 34 additions and 12 deletions

View file

@ -225,7 +225,6 @@ class STRIPIT_Cache
function getCache()
{
echo $this->cache_data;
//exit();
}
@ -276,7 +275,7 @@ class STRIPIT_Cache
if ($i != 0) {
$str .= ',';
}
$str .= '\''.$key.'\' => \''.$value.'\''.$br;
$str .= '\''.str_replace("'", "\'", $key).'\' => \''.$value.'\''.$br;
$i++;
}
$str .= ');'.$br;