mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Commenting fix in DboMssql
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7274 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
924ca38fea
commit
376ee191cb
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class DboMssql extends DboSource {
|
|||
* @return array Array of tablenames in the database
|
||||
*/
|
||||
function listSources() {
|
||||
//$cache = parent::listSources();
|
||||
$cache = parent::listSources();
|
||||
|
||||
if ($cache != null) {
|
||||
return $cache;
|
||||
|
|
Loading…
Add table
Reference in a new issue