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/StringCType.class.php')
-rw-r--r--libraries/StringCType.class.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/StringCType.class.php b/libraries/StringCType.class.php
index 5972f12487..d7256fa7b8 100644
--- a/libraries/StringCType.class.php
+++ b/libraries/StringCType.class.php
@@ -107,4 +107,3 @@ class PMA_StringCType extends PMA_StringAbstractType
return ctype_xdigit($c);
} // end of the "isHexDigit()" function
}
-?>