From: Chad Horohoe Date: Mon, 13 Sep 2010 18:00:30 +0000 (+0000) Subject: Drop no-op. initial_setup() and setup_database() are going away anyway X-Git-Tag: 1.31.0-rc.0~34950 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=e290233847ddf3d87ac1f2039c3e1be68d0d7f9e;p=lhc%2Fweb%2Fwiklou.git Drop no-op. initial_setup() and setup_database() are going away anyway --- diff --git a/includes/db/DatabaseIbm_db2.php b/includes/db/DatabaseIbm_db2.php index c4a7786e79..7273f2c99f 100644 --- a/includes/db/DatabaseIbm_db2.php +++ b/includes/db/DatabaseIbm_db2.php @@ -588,13 +588,6 @@ EOF; return $row; } - /** - * Override if introduced to base Database class - */ - public function initial_setup() { - // do nothing - } - /** * Create tables, stored procedures, and so on */