r23219 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23218‎ | r23219 | r23220 >
Date:14:06, 22 June 2007
Author:mkroetzsch
Status:old
Tags:
Comment:
Improved formatting for debug output
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php
@@ -568,13 +568,6 @@
569569 } // else: sortkey given but not found: do not sort
570570 }
571571
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 -
579572 // Execute query and format result as array
580573 if ($query->querymode == SMWQuery::MODE_COUNT) {
581574 $res = $db->select($from,

Status & tagging log