|
@@ -554,9 +554,7 @@ function tripal_chado_field_storage_query($query) {
|
|
} // end if ($sort['type'] == 'field') {
|
|
} // end if ($sort['type'] == 'field') {
|
|
} // end foreach ($query->order as $index => $sort) {
|
|
} // end foreach ($query->order as $index => $sort) {
|
|
|
|
|
|
-dpm($cquery);
|
|
|
|
$records = $cquery->execute();
|
|
$records = $cquery->execute();
|
|
- dpm($records);
|
|
|
|
|
|
|
|
$result = array();
|
|
$result = array();
|
|
while ($record = $records->fetchObject()) {
|
|
while ($record = $records->fetchObject()) {
|