diff options
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/tests/user_form_test.info | 1 | ||||
-rw-r--r-- | modules/user/tests/user_form_test.module | 1 | ||||
-rw-r--r-- | modules/user/user-picture.tpl.php | 1 | ||||
-rw-r--r-- | modules/user/user-profile-category.tpl.php | 1 | ||||
-rw-r--r-- | modules/user/user-profile-item.tpl.php | 1 | ||||
-rw-r--r-- | modules/user/user-profile.tpl.php | 1 | ||||
-rw-r--r-- | modules/user/user-rtl.css | 1 | ||||
-rw-r--r-- | modules/user/user.admin.inc | 1 | ||||
-rw-r--r-- | modules/user/user.api.php | 1 | ||||
-rw-r--r-- | modules/user/user.css | 1 | ||||
-rw-r--r-- | modules/user/user.info | 1 | ||||
-rw-r--r-- | modules/user/user.install | 1 | ||||
-rw-r--r-- | modules/user/user.js | 1 | ||||
-rw-r--r-- | modules/user/user.module | 1 | ||||
-rw-r--r-- | modules/user/user.pages.inc | 1 | ||||
-rw-r--r-- | modules/user/user.permissions.js | 1 | ||||
-rw-r--r-- | modules/user/user.test | 1 | ||||
-rw-r--r-- | modules/user/user.tokens.inc | 1 |
18 files changed, 0 insertions, 18 deletions
diff --git a/modules/user/tests/user_form_test.info b/modules/user/tests/user_form_test.info index 07f92dcf1..39d6c57e8 100644 --- a/modules/user/tests/user_form_test.info +++ b/modules/user/tests/user_form_test.info @@ -1,4 +1,3 @@ -; $Id$ name = "User module form tests" description = "Support module for user form testing." package = Testing diff --git a/modules/user/tests/user_form_test.module b/modules/user/tests/user_form_test.module index e0a7d27c2..4e907f361 100644 --- a/modules/user/tests/user_form_test.module +++ b/modules/user/tests/user_form_test.module @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/modules/user/user-picture.tpl.php b/modules/user/user-picture.tpl.php index 4effb8ff1..a33d2661d 100644 --- a/modules/user/user-picture.tpl.php +++ b/modules/user/user-picture.tpl.php @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/modules/user/user-profile-category.tpl.php b/modules/user/user-profile-category.tpl.php index 4ad038ba2..0de7d5d00 100644 --- a/modules/user/user-profile-category.tpl.php +++ b/modules/user/user-profile-category.tpl.php @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/modules/user/user-profile-item.tpl.php b/modules/user/user-profile-item.tpl.php index 2f7236822..042d43a87 100644 --- a/modules/user/user-profile-item.tpl.php +++ b/modules/user/user-profile-item.tpl.php @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/modules/user/user-profile.tpl.php b/modules/user/user-profile.tpl.php index 5d06827c2..50e611117 100644 --- a/modules/user/user-profile.tpl.php +++ b/modules/user/user-profile.tpl.php @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/modules/user/user-rtl.css b/modules/user/user-rtl.css index bd75b4095..498d6cb25 100644 --- a/modules/user/user-rtl.css +++ b/modules/user/user-rtl.css @@ -1,4 +1,3 @@ -/* $Id$ */ #permissions td.permission { padding-left: 0; diff --git a/modules/user/user.admin.inc b/modules/user/user.admin.inc index effc964be..0596bde4c 100644 --- a/modules/user/user.admin.inc +++ b/modules/user/user.admin.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/modules/user/user.api.php b/modules/user/user.api.php index 423248577..272731a4e 100644 --- a/modules/user/user.api.php +++ b/modules/user/user.api.php @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/modules/user/user.css b/modules/user/user.css index f246b931f..60f93bf56 100644 --- a/modules/user/user.css +++ b/modules/user/user.css @@ -1,4 +1,3 @@ -/* $Id$ */ #permissions td.module { font-weight: bold; diff --git a/modules/user/user.info b/modules/user/user.info index f692ae2f3..1154f53db 100644 --- a/modules/user/user.info +++ b/modules/user/user.info @@ -1,4 +1,3 @@ -; $Id$ name = User description = Manages the user registration and login system. package = Core diff --git a/modules/user/user.install b/modules/user/user.install index 1884f4f03..09678187e 100644 --- a/modules/user/user.install +++ b/modules/user/user.install @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/modules/user/user.js b/modules/user/user.js index 14302621d..8755c4326 100644 --- a/modules/user/user.js +++ b/modules/user/user.js @@ -1,4 +1,3 @@ -// $Id$ (function ($) { /** diff --git a/modules/user/user.module b/modules/user/user.module index aedd7217d..7f22f7c65 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/modules/user/user.pages.inc b/modules/user/user.pages.inc index 284b433e4..697a82d2c 100644 --- a/modules/user/user.pages.inc +++ b/modules/user/user.pages.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/modules/user/user.permissions.js b/modules/user/user.permissions.js index c3b51903d..4ef576cd4 100644 --- a/modules/user/user.permissions.js +++ b/modules/user/user.permissions.js @@ -1,4 +1,3 @@ -// $Id$ (function ($) { /** diff --git a/modules/user/user.test b/modules/user/user.test index 4d5b0a863..0dfb25b28 100644 --- a/modules/user/user.test +++ b/modules/user/user.test @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/modules/user/user.tokens.inc b/modules/user/user.tokens.inc index 6c6862c66..8dcea4b59 100644 --- a/modules/user/user.tokens.inc +++ b/modules/user/user.tokens.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file |