Remove all vim mode lines. Add HACKING file.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2008-06-17 01:03:16 -04:00
parent 44dbb49ae9
commit 3a42725601
22 changed files with 33 additions and 29 deletions

View file

@ -785,5 +785,4 @@ function user_is_privileged( $id )
}
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -410,5 +410,4 @@ function uid_from_username($username="")
return $row[0];
}
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -30,5 +30,4 @@ $SUPPORTED_LANGS = array( # what languages we have translations for
"fr" => "Français"
);
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -986,5 +986,4 @@ function pkg_search_page($SID="") {
return;
}
# vim: ts=4 sw=4 et ft=php
?>

View file

@ -63,5 +63,4 @@ function __() {
return $translated;
}
# vim: ts=2 sw=2 noet ft=php
?>