X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fdb%2FCloneDatabase.php;h=16d10d1d5416ff74dca240f1f4bb1d45d7dbcf1c;hb=a6f465a5f4fbd22d15a1c188aede4fa0fa4f6773;hp=6d1844494cca7f448d6d427053413209619eb922;hpb=1abc89fc7651e122ca53fe874eecb89f30b5ba35;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/db/CloneDatabase.php b/includes/db/CloneDatabase.php index 6d1844494c..16d10d1d54 100644 --- a/includes/db/CloneDatabase.php +++ b/includes/db/CloneDatabase.php @@ -2,9 +2,6 @@ /** * Helper class for making a copy of the database, mostly for unit testing. * - * Copyright © 2010 Chad Horohoe - * https://www.mediawiki.org/ - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -46,8 +43,6 @@ class CloneDatabase { private $db; /** - * Constructor - * * @param IMaintainableDatabase $db A database subclass * @param array $tablesToClone An array of tables to clone, unprefixed * @param string $newTablePrefix Prefix to assign to the tables