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 @@
302
302
303
303
<p>Total time: <tt><?php printf("%5.02f", $totaltime) ?></tt></p>
304
304
<p>Total memory: <tt><?php printf("%5.02f", $totalmemory / 1024 ) ?></tt></p>
305
-<?php
306
-
307
-$res->free();
308
-
309
-?>
310
305
</body>
311
306
</html>
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r50192
* (
bug 6802
) profileinfo.php now also work on other database servers than MySQL...
ialex
18:35, 4 May 2009
Status & tagging log
02:15, 6 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r51137
[
removed:
new
added:
ok]