Hmm, not sure why I added *that*
authorJoey Schulze <joey@infodrom.org>
Tue, 8 Oct 2002 17:30:24 +0000 (17:30 +0000)
committerJoey Schulze <joey@infodrom.org>
Tue, 8 Oct 2002 17:30:24 +0000 (17:30 +0000)
Styles/projects.style

index b8053e1..e3c8017 100644 (file)
          $foo = strstr ($dentry, ".tar.");
          if ($foo) {
            #$name = substr ($dentry, 0, (strlen ($dentry) - strlen ($foo)));
-           $file[] = ereg_replace ("\.tar\.", ".0.0.0.tar.", $dentry);
+           $file[] = ereg_replace ("\.tar\.", ".tar.", $dentry);
          }
        }
       }