Need to check for the 'c' prefix here
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 23 Jan 2006 05:52:18 +0000 (05:52 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 23 Jan 2006 05:52:18 +0000 (05:52 +0000)
index.php

index ce8f3a5337671f14aeddf6dd7f72a6dab1f010cd..3e0628fd1a868596d83c8d6b87f01758fa6a8822 100644 (file)
--- 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("