Skip to content

Commit

Permalink
Merge pull request openwebwork#18 from paultpearson/ww2.5.1.1
Browse files Browse the repository at this point in the history
Update lib/WeBWorK/Utils/ListingDB.pm
  • Loading branch information
mgage committed Dec 29, 2012
2 parents 05b71e5 + 079bea3 commit 640083b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WeBWorK/Utils/ListingDB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ sub getDBListings {
$kw2";
if($haveTextInfo) {
$query = "SELECT $selectwhat from `$tables{pgfile}` pgf,
`$tables{DBsection}` dbsc, `$tables{dbchapter}` dbc, `$tables{dbsubject}` dbsj,
`$tables{dbsection}` dbsc, `$tables{dbchapter}` dbc, `$tables{dbsubject}` dbsj,
`$tables{pgfile_problem}` pgp, `$tables{problem}` prob, `$tables{textbook}` tbk ,
`$tables{chapter}` tc, `$tables{section}` ts $kw1
WHERE dbsj.DBsubject_id = dbc.DBsubject_id AND
Expand Down

0 comments on commit 640083b

Please sign in to comment.