r106105 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r106104
|
r106105
|
r106106
>
Date:
21:44, 13 December 2011
Author:
foxtrott
Status:
ok
Tags:
Comment:
bugfix (variable $col undefined)
Modified paths:
/trunk/extensions/SemanticForms/includes/forminputs/SF_TextAreaWithAutocompleteInput.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticForms/includes/forminputs/SF_TextAreaWithAutocompleteInput.php
—
—
@@ -93,7 +93,6 @@
94
94
'id' => $input_id,
95
95
'name' => $input_name,
96
96
'rows' => $rows,
97
- 'cols' => $cols,
98
97
'class' => $className,
99
98
'autocompletesettings' => $autocompleteSettings,
100
99
);
Status & tagging log
22:33, 13 December 2011
Jeroen De Dauw
(
talk
|
contribs
)
changed the
status
of r106105
[
removed:
deferred
added:
ok]