From 3a42725601885af3c7b25b376cd4c141c71968ee Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Tue, 17 Jun 2008 01:03:16 -0400 Subject: Remove all vim mode lines. Add HACKING file. Signed-off-by: Loui Chang --- web/lib/acctfuncs.inc | 1 - web/lib/aur.inc | 1 - web/lib/config.inc.proto | 1 - web/lib/pkgfuncs.inc | 1 - web/lib/translator.inc | 1 - 5 files changed, 5 deletions(-) (limited to 'web/lib') diff --git a/web/lib/acctfuncs.inc b/web/lib/acctfuncs.inc index dc19ccdf..bbd6b740 100644 --- a/web/lib/acctfuncs.inc +++ b/web/lib/acctfuncs.inc @@ -785,5 +785,4 @@ function user_is_privileged( $id ) } -# vim: ts=2 sw=2 noet ft=php ?> diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 25c1d718..81ffde26 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -410,5 +410,4 @@ function uid_from_username($username="") return $row[0]; } -# vim: ts=2 sw=2 noet ft=php ?> diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto index 80eba6e5..7a0a155d 100644 --- a/web/lib/config.inc.proto +++ b/web/lib/config.inc.proto @@ -30,5 +30,4 @@ $SUPPORTED_LANGS = array( # what languages we have translations for "fr" => "Français" ); -# vim: ts=2 sw=2 noet ft=php ?> diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 46d80617..77b0ab11 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -986,5 +986,4 @@ function pkg_search_page($SID="") { return; } -# vim: ts=4 sw=4 et ft=php ?> diff --git a/web/lib/translator.inc b/web/lib/translator.inc index 93be9e56..41ece89b 100644 --- a/web/lib/translator.inc +++ b/web/lib/translator.inc @@ -63,5 +63,4 @@ function __() { return $translated; } -# vim: ts=2 sw=2 noet ft=php ?> -- cgit v1.2.3-24-g4f1b