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/TableUpstream.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'class/TableUpstream.php') diff --git a/class/TableUpstream.php b/class/TableUpstream.php index 5d076c2..6630377 100644 --- a/class/TableUpstream.php +++ b/class/TableUpstream.php @@ -36,17 +36,6 @@ */ class TableUpstream extends CommonTable { - - /** - * Instanciate a TablePearRepo to manage pearrepo table - * - * @param object $db PDO instance of the DB connection - */ - function __construct($db) - { - parent::__construct($db, 'upstream'); - } - /** * Create the table and populate it with known repo * -- cgit