1
0

Another 2.4 migration-ism. Need to pass the where clause in an appropriate format. array(fieldname, operator, value);

This commit is contained in:
Tim Almdal 2010-01-14 13:41:40 -08:00
parent 4923164626
commit 9a96a37681

View File

@ -54,7 +54,7 @@ class Json_Album_Controller extends Controller {
function albums($item_id) {
print $this->child_elements($item_id,array("type" => "album"));
print $this->child_elements($item_id, array("type", "=", "album"));
}
function children($item_id){