Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
query("SHOW TABLES"); while ($table = $db->fetch_array($tables)) { $value = array_values($table); $tablelist[] = $value[0]; } foreach ($viewsvn->repos->fetch_list() AS $repos) { if (!in_array(($hash = md5($viewsvn->repos->fetch_path($repos))) . '_revs', $tablelist)) { $viewsvn->debug("creating new cacheV: $repos"); $db->query(" CREATE TABLE {$hash}_revs ( revision INT(20) UNSIGNED NOT NULL DEFAULT 0, author VARCHAR(255) NOT NULL DEFAULT '', dateline VARCHAR(100) NOT NULL DEFAULT '', files MEDIUMTEXT NOT NULL DEFAULT '', message MEDIUMTEXT NOT NULL DEFAULT '', PRIMARY KEY (revision) )" ); $db->query(" CREATE TABLE {$hash}_nodes ( name VARCHAR(255) NOT NULL DEFAULT '', node VARCHAR(50) NOT NULL DEFAULT '', revision INT(20) UNSIGNED NOT NULL DEFAULT 0, history MEDIUMTEXT NOT NULL DEFAULT '', properties MEDIUMTEXT NOT NULL DEFAULT '', PRIMARY KEY (name) )" ); } $link = $viewsvn->paths->out('browse.php', $repos . '/'); eval('$nodes .= "' . $template->fetch('index_node') . '";'); } // ################################################################### eval('$template->flush("' . $template->fetch('index') . '");'); /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>