diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-15 21:18:38 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-15 21:18:38 +0000 |
commit | 743ffe96ed148bbc780ad5679da44dc8064cbb17 (patch) | |
tree | 15467a06cff4b7055f584d6fd47661b4edf411eb /kohana/libraries/Database.php | |
parent | b6363bcb03fcb9644989336b983e0fd4ab2d574f (diff) |
Refresh from Kohana r3778.
Resolved tickets:
http://dev.kohanaphp.com/ticket/967
Diffstat (limited to 'kohana/libraries/Database.php')
-rw-r--r-- | kohana/libraries/Database.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kohana/libraries/Database.php b/kohana/libraries/Database.php index 2c73f080..ca4f6512 100644 --- a/kohana/libraries/Database.php +++ b/kohana/libraries/Database.php @@ -1094,8 +1094,6 @@ class Database_Core { { $this->link or $this->connect(); - $this->reset_select(); - return $this->driver->list_tables($this); } |