1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

Bugtracker #4943 - new by reference deprecated

This commit is contained in:
e107steved
2010-04-25 07:28:48 +00:00
parent ab5742b84d
commit 6b7a4f7242

View File

@@ -119,7 +119,7 @@ class pm_extended extends private_message
}
if($to_uid)
{
$sql2 =& new db;
$sql2 = new db;
if($sql2->db_Select('user', 'user_name', 'user_id = '.intval($to_uid)))
{
$row=$sql2->db_Fetch();