removing trailing ?> from function scripts
[squirrelmail.git] / functions / imap_general.php
index a4820491378a0bc77d75d5497ca6ec62705f9186..7a3ef3e62e607d22668f56becfc3102a7cfa4ee6 100755 (executable)
@@ -1306,5 +1306,3 @@ function map_yp_alias($username) {
    $yp = `ypmatch $username aliases`;
    return chop(substr($yp, strlen($username)+1));
 }
-
-?>
\ No newline at end of file