X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=web%2Fphp%2Fclearscm.php;h=068e46f344d812bce74d27b50d04b1a321f1b096;hb=ef7b60d0ada41b8f61d229d49458bd37730d1a15;hp=0f6a6c8f1ffa038652d4e480b5f6b721d08d4990;hpb=78865a3b920fa9681f16285ae96f2ffe9af0d12f;p=clearscm.git diff --git a/web/php/clearscm.php b/web/php/clearscm.php index 0f6a6c8..068e46f 100644 --- a/web/php/clearscm.php +++ b/web/php/clearscm.php @@ -89,7 +89,7 @@ function menu () {
@@ -301,15 +301,6 @@ function scm_man ($file) { while (!feof ($stdout)) { $line = fgets ($stdout); - if (preg_match ("//", $line)) { - $end_of_index = 1; - continue; - } - - if (!$end_of_index) { - continue; - } // if - // Filter some CVS keywords properly $line = preg_replace ("/\\\$Revision\:\s*(\S*)\s*\\\$/", "Revision $1",