r51137 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51136‎ | r51137 | r51138 >
Date:19:56, 28 May 2009
Author:ialex
Status:ok
Tags:
Comment:
Per Tim's comment on r50192: $res->free(); is useless and should not be used
Modified paths:
  • /trunk/phase3/profileinfo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/profileinfo.php
@@ -301,10 +301,5 @@
302302
303303 <p>Total time: <tt><?php printf("%5.02f", $totaltime) ?></tt></p>
304304 <p>Total memory: <tt><?php printf("%5.02f", $totalmemory / 1024 ) ?></tt></p>
305 -<?php
306 -
307 -$res->free();
308 -
309 -?>
310305 </body>
311306 </html>

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r50192* (bug 6802) profileinfo.php now also work on other database servers than MySQL...ialex18:35, 4 May 2009

Status & tagging log