From a2f4f150d1957fac29762a2d6132397f5a2745cb Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 12 Apr 2013 22:00:30 +0000 Subject: typo fixed in code comment git-svn-id: http://piwigo.org/svn/branches/2.5@22183 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/dblayer/functions_mysqli.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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