]> git.pld-linux.org Git - packages/bugzilla.git/blame - bugzilla-chdir.patch
- webapps framework
[packages/bugzilla.git] / bugzilla-chdir.patch
CommitLineData
3939327e
ER
1--- a/collectstats.pl~ 2004-11-28 19:12:51.000000000 +0200
2+++ a/collectstats.pl 2005-01-21 08:57:30.975582527 +0200
e9f6b77a
ER
3@@ -48,7 +48,7 @@
4 if (chdir("graphs")) {
5 unlink <./*.gif>;
6 unlink <./*.png>;
7- chdir("..");
8+ chdir("/usr/share/bugzilla");
9 }
10
11 GetVersionTable();
This page took 0.05475 seconds and 4 git commands to generate.