From bcabdff3613bbc285c600ac5588dcc85356e6d66 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 28 Feb 2009 23:48:46 +0000 Subject: [PATCH 1/1] Typo fixed, OMG --- inc/db/lib-mysql3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/db/lib-mysql3.php b/inc/db/lib-mysql3.php index 10372a4a3b..bcdf041e36 100644 --- a/inc/db/lib-mysql3.php +++ b/inc/db/lib-mysql3.php @@ -392,7 +392,7 @@ function SQL_SET_LINK ($link) { } // END - if // Set it - $GLOABLS['sql_link'] = $link; + $GLOBALS['sql_link'] = $link; } // Checks if the link is up -- 2.39.2