diff options
author | plegall <plg@piwigo.org> | 2013-04-12 22:00:59 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-04-12 22:00:59 +0000 |
commit | e8020eb4cc3de6dec90478f3708fc13e233f87e7 (patch) | |
tree | 40f5fe4eb96c05e86cf17a4a8d44da032f9f9407 /include/dblayer | |
parent | fc8b781dddd95ab2fd7ef4e1eb39408b8df40279 (diff) |
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
Diffstat (limited to 'include/dblayer')
-rw-r--r-- | include/dblayer/functions_mysqli.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |