r25656 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r25655
|
r25656
|
r25657
>
Date:
05:33, 8 September 2007
Author:
david
Status:
old
Tags:
Comment:
doh, got rid of a var_dump
Modified paths:
/branches/liquidthreads/extensions/LqtModel.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/liquidthreads/extensions/LqtModel.php
—
—
@@ -854,7 +854,7 @@
855
855
AND child_page.page_id = children.thread_root
856
856
$options
857
857
SQL;
858
- echo($sql);
858
+
859
859
$res = $dbr->query($sql);
860
860
861
861
$threads = array();
Status & tagging log
15:20, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r25656
[
removed:
ok
added:
old]