From: Jeroen De Dauw Date: Tue, 20 Jul 2010 11:35:38 +0000 (+0000) Subject: Doc and style improvements X-Git-Tag: 1.31.0-rc.0~36050 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=b656e336a4cbbe455832db00976a30a387d8b31d;p=lhc%2Fweb%2Fwiklou.git Doc and style improvements --- diff --git a/includes/installer/Update.php b/includes/installer/Update.php index ebe98308ce..9e1f1a486c 100644 --- a/includes/installer/Update.php +++ b/includes/installer/Update.php @@ -1,16 +1,21 @@ db = $db; @@ -144,4 +149,5 @@ class Update { ); } } -} + +} \ No newline at end of file diff --git a/includes/installer/Updaters.php b/includes/installer/Updaters.php index 8db3ddd436..c21dc675a3 100644 --- a/includes/installer/Updaters.php +++ b/includes/installer/Updaters.php @@ -1,9 +1,11 @@ array( @@ -211,13 +216,16 @@ class SqliteUpdater implements Updaters { ), ); } + } /** - * Oracle + * Oracle implementation. */ class OracleUpdater implements Updaters { + public function getUpdates() { return array(); } -} + +} \ No newline at end of file