From 638561d6543da2ccf981ceab456e0b64789a5524 Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Tue, 4 Dec 2007 13:05:59 +0100 Subject: Hardcoded prefix reference snuck in... --- lib/LXRng/Index/DBI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/LXRng/Index') diff --git a/lib/LXRng/Index/DBI.pm b/lib/LXRng/Index/DBI.pm index 2069db3..f22ebab 100644 --- a/lib/LXRng/Index/DBI.pm +++ b/lib/LXRng/Index/DBI.pm @@ -532,7 +532,7 @@ sub files_by_wildcard { my $sth = $$self{'sth'}{'files_by_wildcard'} ||= $dbh->prepare(qq{ select f.path - from lxgit_files f, lxgit_revisions v, lxgit_filereleases r + from ${pre}files f, ${pre}revisions v, ${pre}filereleases r where f.path like ? and f.id = v.id_file and v.id = r.id_rfile and r.id_release = ? order by f.path}); -- cgit v1.2.3