diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-09 22:05:52 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-09 22:05:52 +0200 |
commit | 85e82e919e146454a8b3973ed4a2a69066b98aa3 (patch) | |
tree | 928d95dff47aed8f6271aaf0dffa3297b2fa3c3b /include | |
parent | 9b96fe66a6b5beffee6a4250c1bedaad6dc8a7fd (diff) | |
download | volse-hubzilla-85e82e919e146454a8b3973ed4a2a69066b98aa3.tar.gz volse-hubzilla-85e82e919e146454a8b3973ed4a2a69066b98aa3.tar.bz2 volse-hubzilla-85e82e919e146454a8b3973ed4a2a69066b98aa3.zip |
more style work
Diffstat (limited to 'include')
-rw-r--r-- | include/attach.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php index 78efde51f..17e5067ff 100644 --- a/include/attach.php +++ b/include/attach.php @@ -1903,4 +1903,4 @@ function get_attach_binname($s) { $p = substr($p,strpos($p,'/')+1); } return $p; -}
\ No newline at end of file +} |