From e8020eb4cc3de6dec90478f3708fc13e233f87e7 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 12 Apr 2013 22:00:59 +0000 Subject: merge r22183 from branch 2.5 to trunk typo fixed in code comment git-svn-id: http://piwigo.org/svn/trunk@22184 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/dblayer/functions_mysqli.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/dblayer/functions_mysqli.inc.php b/include/dblayer/functions_mysqli.inc.php index 9de75a6e5..7de69d02f 100644 --- a/include/dblayer/functions_mysqli.inc.php +++ b/include/dblayer/functions_mysqli.inc.php @@ -37,7 +37,7 @@ function pwg_db_connect($host, $user, $password, $database) { global $mysqli; - // exemples of $host + // $host can be: // // $host = localhost // $host = 1.2.3.4:3405 -- cgit v1.2.3