r58159 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58158‎ | r58159 | r58160 >
Date:19:36, 26 October 2009
Author:yaron
Status:deferred
Tags:
Comment:
Whitespacing fixes
Modified paths:
  • /trunk/extensions/SemanticForms/specials/SF_EditData.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_EditData.php
@@ -36,14 +36,14 @@
3737
3838 /*
3939 global $sfgUseFormEditPage;
40 - if( $sfgUseFormEditPage ) {
41 - # Experimental new feature extending from the internal
42 - # EditPage class
 40+ if( $sfgUseFormEditPage ) {
 41+ # Experimental new feature extending from the internal
 42+ # EditPage class
4343 $article = new Article(Title::newFromText($target_name));
44 - $editor = new FormEditPage( $article, $form_name );
45 - $editor->submit();
46 - return;
47 - }
 44+ $editor = new FormEditPage( $article, $form_name );
 45+ $editor->submit();
 46+ return;
 47+ }
4848 */
4949
5050 self::printEditForm($form_name, $target_name);

Status & tagging log