r19627 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19626‎ | r19627 | r19628 >
Date:11:15, 24 January 2007
Author:skierpage
Status:old
Tags:
Comment:
Remove debug output.
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_Datatype.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Datatype.php
@@ -581,7 +581,6 @@
582582 // TODO: I just need the sequence.
583583 // Maybe keys should be possible values and values should be offset?
584584 $offset = array_search($value, $possible_values);
585 - echo "in SMWEnumTypeHandler->processValue, offset for value $value in possible values is $offset<br />\n";
586585 if ($offset === false) {
587586 $datavalue->setError(wfMsgForContent('smw_notinenum', $value, implode(', ', $possible_values)));
588587 } else {

Status & tagging log