2
0
forked from Wavyzz/dolibarr

Renomme la fonction clone en dbclone pour compatibilt PHP5

This commit is contained in:
Rodolphe Quiedeville
2005-03-15 20:23:00 +00:00
parent 62f05f364d
commit d176de4a1e
2 changed files with 3 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ class DoliDb
\return resource
*/
function clone()
function dbclone()
{
$db2 = new DoliDb("", "", "", "", "");
$db2->db = $this->db;