Skip to content

Commit

Permalink
Fixed issue #06207: [Microsoft][ODBC SQL Server Driver][SQL Server]Am…
Browse files Browse the repository at this point in the history
…biguous column name 'qid'

Dev reverted commit d399fb7, since although it may fix MSSQL, it breaks MySql
  • Loading branch information
TMSWhite committed Jun 19, 2012
1 parent 8077df3 commit 781b26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/expressions/LimeExpressionManager.php
Expand Up @@ -7030,7 +7030,7 @@ private static function getConditionsForEM($surveyid=NULL, $qid=NULL)
.", ".db_table_name('questions')." as q"
." where ". $where
." c.cqid = 0 and c.qid = q.qid"
." order by sid, c.qid, scenario, cqid, cfieldname, value";
." order by sid, qid, scenario, cqid, cfieldname, value";

$data = db_execute_assoc($query);

Expand Down

0 comments on commit 781b26b

Please sign in to comment.