From 80875c8e6b61c37d1d4648fd7aa5e5ac22052674 Mon Sep 17 00:00:00 2001
From: tomas <tomas@cfc7b370-4200-0410-a6e3-cb6bdb053afe>
Date: Wed, 9 Feb 2005 22:39:57 +0000
Subject: [PATCH] minor change

---
 livesupport/modules/storageServer/var/html/gbHtml_h.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/livesupport/modules/storageServer/var/html/gbHtml_h.php b/livesupport/modules/storageServer/var/html/gbHtml_h.php
index e6630f8d8..6815c3f93 100644
--- a/livesupport/modules/storageServer/var/html/gbHtml_h.php
+++ b/livesupport/modules/storageServer/var/html/gbHtml_h.php
@@ -20,6 +20,6 @@ function errCallBack($err)
 
 $dbc = DB::connect($config['dsn'], TRUE);
 $dbc->setFetchMode(DB_FETCHMODE_ASSOC);
-$gb = &new GreenBox(&$dbc, $config);
+$gb = &new GreenBox($dbc, $config);
 
 ?>
\ No newline at end of file