]> git.mjollnir.org Git - moodle.git/commitdiff
merging from 18 STABLE
authorpichetp <pichetp>
Fri, 9 Mar 2007 05:50:55 +0000 (05:50 +0000)
committerpichetp <pichetp>
Fri, 9 Mar 2007 05:50:55 +0000 (05:50 +0000)
question/format/webct/format.php

index 104f765b73a1d45ca24fc46d50658a76bb25d134..8e6ecd6fe574e61fc802c0d842172d3c4d87880c 100644 (file)
@@ -246,7 +246,6 @@ class qformat_webct extends qformat_default {
     }
 
     function readquestions ($lines) {
-
         $qtypecalculated = new qformat_webct_modified_calculated_qtype();
         $webctnumberregex =
                 '[+-]?([0-9]+(\\.[0-9]*)?|\\.[0-9]+)((e|E|\\*10\\*\\*)([+-]?[0-9]+|\\([+-]?[0-9]+\\)))?';
@@ -264,7 +263,6 @@ class qformat_webct extends qformat_default {
         $lines[] = ":EOF:";    // for an easiest processing of the last line
     //    $question = $this->defaultquestion();
 
-
         foreach ($lines as $line) {
             $nLineCounter++;
             $line = iconv("Windows-1252","UTF-8",$line);