summaryrefslogtreecommitdiff
path: root/ext/session/mod_user.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2001-06-06 14:32:27 +0000
committerRasmus Lerdorf <rasmus@php.net>2001-06-06 14:32:27 +0000
commit9c5588213372575ced9bdd5cc4ae1f4e7e2dd81e (patch)
tree77497e4153d389a03aab83f05572244164db48f5 /ext/session/mod_user.c
parent49ab8cb8f17a0183c46f046c635b64302ecd3dcd (diff)
downloadphp-git-9c5588213372575ced9bdd5cc4ae1f4e7e2dd81e.tar.gz
Fold a bit more code
Diffstat (limited to 'ext/session/mod_user.c')
-rw-r--r--ext/session/mod_user.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/session/mod_user.c b/ext/session/mod_user.c
index 7064908f93..be4e89d50e 100644
--- a/ext/session/mod_user.c
+++ b/ext/session/mod_user.c
@@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#include "php.h"
#include "php_session.h"
#include "mod_user.h"
@@ -172,3 +174,12 @@ PS_GC_FUNC(user)
FINISH;
}
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 tw=78 fdm=marker
+ * vim<600: sw=4 ts=4 tw=78
+ */