2011-09-15, 08:44 PM
I have a problem with version 1.9.3. If I comment this code, plugin work fine.
Without comments table isn't show and settings have not items.
Prtik aka PetrM
Without comments table isn't show and settings have not items.
// $r['version'] = 'ps_version';
// if (substr(md5(serialize(array_replace(prostats_info(),$r))),8,1) == '1')
// {
foreach ($ps as $p)
{
$db->insert_query("settings", $p);
}
// }
Prtik aka PetrM