aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-10 18:25:24 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-10 18:25:24 +0200
commit56aaba696f01a920713a08f0b418604609505d83 (patch)
tree5090e7a759d4ad26f89f7fe0d8680e913836a861 /phpBB/phpbb
parentc6d7875b9b76a931e27e8dbf742ad7af25fe19cf (diff)
downloadforums-56aaba696f01a920713a08f0b418604609505d83.tar
forums-56aaba696f01a920713a08f0b418604609505d83.tar.gz
forums-56aaba696f01a920713a08f0b418604609505d83.tar.bz2
forums-56aaba696f01a920713a08f0b418604609505d83.tar.xz
forums-56aaba696f01a920713a08f0b418604609505d83.zip
[ticket/10899] Typo
PHPBB3-10899
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/log/log_interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/log/log_interface.php b/phpBB/phpbb/log/log_interface.php
index dff43b946a..165eeaeed2 100644
--- a/phpBB/phpbb/log/log_interface.php
+++ b/phpBB/phpbb/log/log_interface.php
@@ -71,7 +71,7 @@ interface log_interface
*
* @param string $mode The mode defines which log_type is used and from which log the entries are deleted
* @param array $conditions An array of conditions, 3 different forms are accepted
- * 1) <key> => 'value> transformed into 'AND <key> = <value>' (value should be an integer)
+ * 1) <key> => <value> transformed into 'AND <key> = <value>' (value should be an integer)
* 2) <key> => array(<operator>, <value>) transformed into 'AND <key> <operator> <value>' (value should be an integer)
* 3) <key> => array(<values>) transformed into 'AND <key> IN <values>'
* A special field, keywords, can also be defined. In this case only the log entries that have the keywords in log_operation or log_data will be deleted.