RSS

(root)/bugzilla/3.6 : 3283 : editclassifications.cgi

To get this branch, use:
bzr branch /bugzilla/3.6

« back to all changes in this revision

Viewing changes to editclassifications.cgi

lpsolit%gmail.com
2005-03-22 19:22:34
Revision ID: cvs-1:lpsolitgmail.com-20050323032234-3yolr0y1t0ono8s9
Bug 280193: Round up places using data/ instead of $datadir - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave

Show diffs side-by-side

added added

removed removed

27
27
use Bugzilla::Constants;
28
28
use Bugzilla::Util;
29
29
use Bugzilla::Error;
30
 
use Bugzilla::Config;
 
30
use Bugzilla::Config qw($datadir);
31
31
 
32
32
require "globals.pl";
33
33
 
166
166
    $sth->execute($classification,$description);
167
167
 
168
168
    # Make versioncache flush
169
 
    unlink "data/versioncache";
 
169
    unlink "$datadir/versioncache";
170
170
 
171
171
    LoadTemplate($action);
172
172
}
230
230
 
231
231
    $dbh->bz_unlock_tables();
232
232
 
233
 
    unlink "data/versioncache";
 
233
    unlink "$datadir/versioncache";
234
234
 
235
235
    LoadTemplate($action);
236
236
}
320
320
 
321
321
    $dbh->bz_unlock_tables();
322
322
 
323
 
    unlink "data/versioncache";
 
323
    unlink "$datadir/versioncache";
324
324
    LoadTemplate($action);
325
325
}
326
326
 

Loggerhead 1.18.1 is a web-based interface for Bazaar branches