diff options
author | plegall <plg@piwigo.org> | 2013-04-12 22:00:30 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-04-12 22:00:30 +0000 |
commit | a2f4f150d1957fac29762a2d6132397f5a2745cb (patch) | |
tree | 121e166be15a3c670f7a622605edc1a593606ecf | |
parent | d8d734265e62b5a8970541f5b6d150bdb52542da (diff) |
typo fixed in code comment
git-svn-id: http://piwigo.org/svn/branches/2.5@22183 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 |