Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php |
— | — | @@ -568,13 +568,6 @@ |
569 | 569 | } // else: sortkey given but not found: do not sort |
570 | 570 | } |
571 | 571 | |
572 | | -// print $from . "<br />\n" . $where . "<br />\n"; //DEBUG |
573 | | -// foreach ($sql_options as $key => $val) { //DEBUG |
574 | | -// print "$key => $val, "; |
575 | | -// } |
576 | | -// print "<br />\n"; |
577 | | -// print $this->m_sortkey . " --> " . $this->m_sortfield . "<br />\n"; //DEBUG |
578 | | - |
579 | 572 | // Execute query and format result as array |
580 | 573 | if ($query->querymode == SMWQuery::MODE_COUNT) { |
581 | 574 | $res = $db->select($from, |