]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trail...
authorPetr Skoda <skodak@moodle.org>
Sun, 1 Nov 2009 10:55:58 +0000 (10:55 +0000)
committerPetr Skoda <skodak@moodle.org>
Sun, 1 Nov 2009 10:55:58 +0000 (10:55 +0000)
admin/xmldb/actions/XMLDBCheckAction.class.php

index dcbe283ce54ab736e6ca114b821494a30aac1322..0cf5aa318462b939910712434286882ceae7416a 100644 (file)
@@ -197,7 +197,7 @@ abstract class XMLDBCheckAction extends XMLDBAction {
      * @return array an array with two elements: First, some additional progress output,
      *      for example a list (<ul>) of the things check each with an one work ok/not ok summary.
      *      Second, an array giving the details of any problems found. These arrays
-     *      for all tables will be aggregated, and then passed to
+     *      for all tables will be aggregated, and then passed to 
      */
     abstract protected function check_table(xmldb_table $xmldb_table, array $metacolumns);