aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2016-07-26 16:02:01 +0200
committerplegall <plg@piwigo.org>2016-07-26 16:02:01 +0200
commit78bf53f45a00855f869e8dbbe35e4de5a46d2f00 (patch)
tree0e435a22b7871360aa1d4a2e56ec68c546d2ae79
parentb87094ac2f502b31b8650c371c01b74b894df50e (diff)
typo fixed in comment
-rw-r--r--include/dblayer/functions_mysqli.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dblayer/functions_mysqli.inc.php b/include/dblayer/functions_mysqli.inc.php
index f0bca9be6..21adbeabe 100644
--- a/include/dblayer/functions_mysqli.inc.php
+++ b/include/dblayer/functions_mysqli.inc.php
@@ -75,7 +75,7 @@ function pwg_db_connect($host, $user, $password, $database)
}
// MySQL 5.7 default settings forbid to select a colum that is not in the
- // group by. We've use that in Piwigo, for years. As an immediate solution
+ // group by. We've used that in Piwigo, for years. As an immediate solution
// we can remove this constraint in the current MySQL session.
list($sql_mode_current) = pwg_db_fetch_row(pwg_query('SELECT @@SESSION.sql_mode'));