add links to aqbudget.pl
authorlavide <lavide>
Sat, 16 Nov 2002 21:37:03 +0000 (21:37 +0000)
committerlavide <lavide>
Sat, 16 Nov 2002 21:37:03 +0000 (21:37 +0000)
admin/aqbookfund.pl

index 5281f1c..217c2f8 100755 (executable)
@@ -50,7 +50,7 @@ sub StringSearch  {
        $searchstring=~ s/\'/\\\'/g;
        my @data=split(' ',$searchstring);
        my $count=@data;
-       my $query="Select aqbudget.bookfundid,startdate,enddate,budgetamount,bookfundname from aqbudget,aqbookfund where aqbudget.bookfundid=aqbookfund.bookfundid and (aqbudget.bookfundid like \"$data[0]%\") order by bookfundid";
+       my $query="select bookfundid,bookfundname,bookfundgroup from aqbookfund where bookfundid and (bookfundid like \"$data[0]%\") order by bookfundid";
        my $sth=$dbh->prepare($query);
        $sth->execute;
        my @results;