User "Reedy" posted a comment on MediaWiki.r92942.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/92942#c20084
Commit summary:

new PageSchemas/specials/EditSchema.php
For editing/creating page schema through Form.
Uses a lot of juery and code from SF_UTils.

Comment:

<pre>
$dbr->freeResult( $res );
</pre

is not needed

<pre>
+                       while ( $row = $dbr->fetchRow( $res ) ) {
</pre>

Use

+                       foreach( $res as $row ) {

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to