From 08c15eb0ea401bfd70c2bbc0b82954f8cdc590e5 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 15 Jul 2009 18:39:43 +0000 Subject: Forcing a new db connect for simplecache/view.php and mod/profile/icondirect.php Will avoid bugs if a previous connection has been created. git-svn-id: https://code.elgg.org/elgg/trunk@3404 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/icondirect.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/profile/icondirect.php b/mod/profile/icondirect.php index 5ac9ee150..2a14c6f8a 100644 --- a/mod/profile/icondirect.php +++ b/mod/profile/icondirect.php @@ -45,7 +45,7 @@ $contents = ''; - if ($mysql_dblink = @mysql_connect($CONFIG->dbhost,$CONFIG->dbuser,$CONFIG->dbpass)) { + if ($mysql_dblink = @mysql_connect($CONFIG->dbhost,$CONFIG->dbuser,$CONFIG->dbpass, true)) { $username = $_GET['username']; @@ -130,4 +130,4 @@ set_input('size',$size); require_once(dirname(__FILE__).'/icon.php'); } -?> \ No newline at end of file +?> -- cgit v1.2.3