//----- Кеш цветов -----// function save_color($time = 0) { if (empty($time) || @filemtime(DATADIR . 'temp/color.dat') < time() - $time) { $querycol = DB :: $dbh -> query("SELECT `users_login`, `users_color` FROM `users` WHERE `users_color`<>?;", array('')); $allcol = $querycol -> fetchAssoc(); file_put_contents(DATADIR . "temp/color.dat", serialize($allcol), LOCK_EX); } }что не так здесь?