Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2013-10-22 12:15:41 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-10-22 12:15:41 +0400
commitfe631813a815510a5a9a96a476deaab9444cb614 (patch)
tree8c22df40591a16448d0810ef95cdda88b0c31333 /plugins/UserSettings/functions.php
parentf3ff0cf91c2bfc4e1b6f52a81111aa84ce020952 (diff)
Refs #4200, documented many more filters and modified ColumnCallbackDeleteRow so filter supplied returns true if the row should be deleted (as opposed to the other way around).
Diffstat (limited to 'plugins/UserSettings/functions.php')
-rw-r--r--plugins/UserSettings/functions.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/UserSettings/functions.php b/plugins/UserSettings/functions.php
index d0114b15df..868176c418 100644
--- a/plugins/UserSettings/functions.php
+++ b/plugins/UserSettings/functions.php
@@ -206,11 +206,6 @@ function getDeviceTypeImg($oldOSImage, $osFamilyLabel)
}
}
-function keepStrlenGreater($value)
-{
- return strlen($value) > 5;
-}
-
function getScreenTypeFromResolution($resolution)
{
if ($resolution === Request::UNKNOWN_RESOLUTION) {