From 7ebd0320aeaa78a74c46c5f0a1e2b7b6cd9b6568 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Nov 2010 08:05:02 +0100 Subject: Improves CommonTable::__construct() : table name option is now optionnal --- class/TablePearRepo.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'class/TablePearRepo.php') diff --git a/class/TablePearRepo.php b/class/TablePearRepo.php index 34a0c17..8554fe4 100644 --- a/class/TablePearRepo.php +++ b/class/TablePearRepo.php @@ -34,17 +34,6 @@ class TablePearRepo extends CommonTable { - - /** - * Instanciate a TablePearRepo to manage pearrepo table - * - * @param object $db PDO instance of the DB connection - */ - function __construct($db) - { - parent::__construct($db, 'pearrepo'); - } - /** * Create the table and populate it with known repo * -- cgit