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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/StringAbstractType.class.php')
-rw-r--r--libraries/StringAbstractType.class.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/StringAbstractType.class.php b/libraries/StringAbstractType.class.php
index 6424844a2c..025f171712 100644
--- a/libraries/StringAbstractType.class.php
+++ b/libraries/StringAbstractType.class.php
@@ -32,4 +32,3 @@ abstract class PMA_StringAbstractType implements PMA_StringType
return ($num >= $lower && $num <= $upper);
}
}
-?> \ No newline at end of file