soaivu / clipbucket

Automatically exported from code.google.com/p/clipbucket
0 stars 0 forks source link

Bug in get_conversion_queue #419

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In function get_conversion_queue() (file my_queries.class.php) :

Line 1039:
$result = $db->select(tbl("conversion_queue"),"*",$cond,$limit,$oder);

Obviously the last argument of select should be $order, not $oder.

version = 2.6-r738 (this is also the case for earlier releases)

Original issue reported on code.google.com by dfai...@gmail.com on 6 Aug 2013 at 2:09

GoogleCodeExporter commented 8 years ago

Original comment by fawaz...@gmail.com on 20 Aug 2013 at 7:21

GoogleCodeExporter commented 8 years ago
Fixed, will be updated with other fixes

Original comment by fawaz...@gmail.com on 20 Aug 2013 at 11:03