r63393 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63392‎ | r63393 | r63394 >
Date:14:26, 8 March 2010
Author:jeroendedauw
Status:ok
Tags:
Comment:
Follow up to r63391
Modified paths:
  • /trunk/extensions/Storyboard/tags/Storysubmission/Storysubmission_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Storyboard/tags/Storysubmission/Storysubmission_body.php
@@ -144,11 +144,11 @@
145145 // TODO: some sort of validation?
146146
147147 $story = array(
148 - 'story_author_name' => $dbw->addQuotes( $wgRequest->getText( 'name' ) ),
149 - 'story_author_location' => $dbw->addQuotes( $wgRequest->getText( 'location' ) ),
150 - 'story_author_occupation' => $dbw->addQuotes( $wgRequest->getText( 'occupation' ) ),
151 - 'story_title' => $dbw->addQuotes( $wgRequest->getText( 'storytitle' ) ),
152 - 'story_text' => $dbw->addQuotes( $wgRequest->getText( 'storytext' ) ),
 148+ 'story_author_name' => $wgRequest->getText( 'name' ),
 149+ 'story_author_location' => $wgRequest->getText( 'location' ),
 150+ 'story_author_occupation' => $wgRequest->getText( 'occupation' ),
 151+ 'story_title' => $wgRequest->getText( 'storytitle' ),
 152+ 'story_text' => $wgRequest->getText( 'storytext' ),
153153 // TODO: add other fields
154154 );
155155

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r63391Follow up to r63378 and r63377. Added stuff to storysubmission tag.jeroendedauw14:17, 8 March 2010

Status & tagging log