From: Robert Sesek Date: Mon, 23 Jan 2006 05:52:18 +0000 (+0000) Subject: Need to check for the 'c' prefix here X-Git-Tag: pre-node-objects~13 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=532e4623b4bf83b2f0d4be600d80333bc8849a23;p=viewsvn.git Need to check for the 'c' prefix here --- diff --git a/index.php b/index.php index ce8f3a5..3e0628f 100644 --- a/index.php +++ b/index.php @@ -41,7 +41,7 @@ while ($table = $db->fetch_array($tables)) foreach ($viewsvn->repos->fetch_list() AS $repos) { - if (!in_array(($hash = md5($viewsvn->repos->fetch_path($repos))) . '_revs', $tablelist)) + if (!in_array('c' . ($hash = md5($viewsvn->repos->fetch_path($repos))) . '_revs', $tablelist)) { $viewsvn->debug("creating new cacheV: $repos"); $db->query("