mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 11:32:40 +00:00
"Removing pr()"
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6115 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
d815b823dd
commit
72164591fb
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ class DboMssql extends DboSource {
|
|||
if (mssql_select_db($config['database'], $this->connection)) {
|
||||
$this->connected = true;
|
||||
}
|
||||
pr($this->connection);
|
||||
}
|
||||
/**
|
||||
* Disconnects from database.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue