removing trailing ?> from function scripts
[squirrelmail.git] / functions / strings.php
index 626d022bc49a0f94ade222aff70c126c9faa65a3..31813f3d63a301389b1f014b10da2c55444f80cf 100644 (file)
@@ -1290,5 +1290,3 @@ function sq_count8bit($string) {
 function sq_trim_value ( &$value ) {
     $value = trim($value);
 }
-
-?>
\ No newline at end of file