summaryrefslogtreecommitdiff
path: root/inc/auth
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2010-11-29 01:34:36 +0100
committerMichael Hamann <michael@content-space.de>2010-11-29 16:19:49 +0100
commite3776c06c37cc197709dac60892604dfea894ac2 (patch)
treece6feb82b859ffd0821e6b6f7c461860b18fbcff /inc/auth
parent4871414204799044c31aa2764c4b4ca020e2331d (diff)
downloadrpg-e3776c06c37cc197709dac60892604dfea894ac2.tar.gz
rpg-e3776c06c37cc197709dac60892604dfea894ac2.tar.bz2
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
Diffstat (limited to 'inc/auth')
-rw-r--r--inc/auth/ad.class.php2
-rw-r--r--inc/auth/basic.class.php2
-rw-r--r--inc/auth/ldap.class.php2
-rw-r--r--inc/auth/mysql.class.php2
-rw-r--r--inc/auth/pgsql.class.php2
-rw-r--r--inc/auth/plain.class.php2
6 files changed, 6 insertions, 6 deletions
diff --git a/inc/auth/ad.class.php b/inc/auth/ad.class.php
index 90fe0266b..41e9d854b 100644
--- a/inc/auth/ad.class.php
+++ b/inc/auth/ad.class.php
@@ -296,4 +296,4 @@ class auth_ad extends auth_basic {
}
}
-//Setup VIM: ex: et ts=4 enc=utf-8 :
+//Setup VIM: ex: et ts=4 :
diff --git a/inc/auth/basic.class.php b/inc/auth/basic.class.php
index fa38970ae..c7e7031bf 100644
--- a/inc/auth/basic.class.php
+++ b/inc/auth/basic.class.php
@@ -400,4 +400,4 @@ class auth_basic {
}
}
-//Setup VIM: ex: et ts=2 enc=utf-8 :
+//Setup VIM: ex: et ts=2 :
diff --git a/inc/auth/ldap.class.php b/inc/auth/ldap.class.php
index 7f1eec187..420043238 100644
--- a/inc/auth/ldap.class.php
+++ b/inc/auth/ldap.class.php
@@ -457,4 +457,4 @@ class auth_ldap extends auth_basic {
}
}
-//Setup VIM: ex: et ts=4 enc=utf-8 :
+//Setup VIM: ex: et ts=4 :
diff --git a/inc/auth/mysql.class.php b/inc/auth/mysql.class.php
index ca607ced5..dbdfe5fda 100644
--- a/inc/auth/mysql.class.php
+++ b/inc/auth/mysql.class.php
@@ -936,4 +936,4 @@ class auth_mysql extends auth_basic {
}
}
-//Setup VIM: ex: et ts=2 enc=utf-8 :
+//Setup VIM: ex: et ts=2 :
diff --git a/inc/auth/pgsql.class.php b/inc/auth/pgsql.class.php
index 8e68e865e..cf8bf7600 100644
--- a/inc/auth/pgsql.class.php
+++ b/inc/auth/pgsql.class.php
@@ -407,4 +407,4 @@ class auth_pgsql extends auth_mysql {
}
-//Setup VIM: ex: et ts=2 enc=utf-8 :
+//Setup VIM: ex: et ts=2 :
diff --git a/inc/auth/plain.class.php b/inc/auth/plain.class.php
index ec9e52beb..3941190e9 100644
--- a/inc/auth/plain.class.php
+++ b/inc/auth/plain.class.php
@@ -325,4 +325,4 @@ class auth_plain extends auth_basic {
}
}
-//Setup VIM: ex: et ts=2 enc=utf-8 :
+//Setup VIM: ex: et ts=2 :