r77203 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77202‎ | r77203 | r77204 >
Date:23:11, 23 November 2010
Author:reedy
Status:deferred
Tags:
Comment:
Remove reference from function definition
Modified paths:
  • /trunk/extensions/SNMPquery/SNMPquery.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SNMPquery/SNMPquery.php
@@ -86,7 +86,7 @@
8787 }
8888
8989 /* doesn't work well for templates, eg <snmp host="{{{ip}}}" /> */
90 -function SNMP_Tag ( $text, $args, &$parser ) {
 90+function SNMP_Tag ( $text, $args, $parser ) {
9191 $snmphost = '127.0.0.1';
9292 $com = 'public';
9393 $snmpoid = 'system.SysContact.0';

Status & tagging log