Skip to content
Snippets Groups Projects
Commit 15ec4806 authored by Angie Byron's avatar Angie Byron
Browse files

#915174 by sdboyer, sun: Remove pointless files[] declarations on files that...

#915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes.
parent 424ab5b6
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 49 deletions
......@@ -4,13 +4,6 @@ description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)."
package = Core
version = VERSION
core = 7.x
files[] = aggregator.module
files[] = aggregator.admin.inc
files[] = aggregator.pages.inc
files[] = aggregator.fetcher.inc
files[] = aggregator.parser.inc
files[] = aggregator.processor.inc
files[] = aggregator.install
files[] = aggregator.test
configure = admin/config/services/aggregator/settings
stylesheets[all][] = aggregator.css
......@@ -4,5 +4,4 @@ description = "Support module for aggregator related testing."
package = Testing
version = VERSION
core = 7.x
files[] = aggregator_test.module
hidden = TRUE
......@@ -4,8 +4,5 @@ description = Controls the visual building blocks a page is constructed with. Bl
package = Core
version = VERSION
core = 7.x
files[] = block.module
files[] = block.admin.inc
files[] = block.install
files[] = block.test
configure = admin/structure/block
......@@ -4,5 +4,4 @@ description = Provides test blocks.
package = Testing
version = VERSION
core = 7.x
files[] = block_test.module
hidden = TRUE
; $Id$
name = Blog
description = Enables multi-user blogs.
package = Core
version = VERSION
core = 7.x
files[] = blog.module
files[] = blog.pages.inc
files[] = blog.test
......@@ -4,10 +4,6 @@ description = Allows users to create and organize related content in an outline.
package = Core
version = VERSION
core = 7.x
files[] = book.module
files[] = book.admin.inc
files[] = book.pages.inc
files[] = book.install
files[] = book.test
configure = admin/content/book/settings
stylesheets[all][] = book.css
; $Id$
name = Color
description = Allows administrators to change the color scheme of compatible themes.
package = Core
version = VERSION
core = 7.x
files[] = color.module
files[] = color.install
files[] = color.test
......@@ -6,10 +6,6 @@ version = VERSION
core = 7.x
dependencies[] = text
files[] = comment.module
files[] = comment.admin.inc
files[] = comment.pages.inc
files[] = comment.install
files[] = comment.test
files[] = comment.tokens.inc
configure = admin/content/comment
stylesheets[all][] = comment.css
......@@ -4,9 +4,5 @@ description = Enables the use of both personal and site-wide contact forms.
package = Core
version = VERSION
core = 7.x
files[] = contact.module
files[] = contact.admin.inc
files[] = contact.pages.inc
files[] = contact.install
files[] = contact.test
configure = admin/structure/contact
......@@ -116,7 +116,7 @@ function contact_menu() {
* TRUE if the current user has access to the requested user's contact form,
* or FALSE otherwise.
*/
function _contact_personal_tab_access(stdClass $account) {
function _contact_personal_tab_access($account) {
global $user;
// Anonymous users cannot have contact forms.
......
......@@ -4,4 +4,3 @@ description = Provides contextual links to perform actions related to elements o
package = Core
version = VERSION
core = 7.x
files[] = contextual.module
......@@ -4,7 +4,6 @@ description = Provides a dashboard page in the administrative interface for orga
core = 7.x
package = Core
version = VERSION
files[] = dashboard.module
files[] = dashboard.test
dependencies[] = block
configure = admin/dashboard/customize
......@@ -4,7 +4,4 @@ description = Logs and records system events to the database.
package = Core
version = VERSION
core = 7.x
files[] = dblog.module
files[] = dblog.admin.inc
files[] = dblog.install
files[] = dblog.test
......@@ -5,13 +5,7 @@ package = Core
version = VERSION
core = 7.x
files[] = field.module
files[] = field.install
files[] = field.crud.inc
files[] = field.info.inc
files[] = field.default.inc
files[] = field.multilingual.inc
files[] = field.attach.inc
files[] = field.form.inc
files[] = tests/field.test
dependencies[] = field_sql_storage
required = TRUE
......
......@@ -5,7 +5,5 @@ package = Core
version = VERSION
core = 7.x
dependencies[] = field
files[] = field_sql_storage.module
files[] = field_sql_storage.install
files[] = field_sql_storage.test
required = TRUE
......@@ -6,5 +6,4 @@ version = VERSION
core = 7.x
dependencies[] = field
dependencies[] = options
files[] = list.module
files[] = tests/list.test
......@@ -3,6 +3,5 @@ name = "List test"
description = "Support module for the List module tests."
core = 7.x
package = Testing
files[] = list_test.module
version = VERSION
hidden = TRUE
......@@ -5,5 +5,4 @@ package = Core
version = VERSION
core = 7.x
dependencies[] = field
files[] = number.module
files[] = number.test
......@@ -5,5 +5,4 @@ package = Core
version = VERSION
core = 7.x
dependencies[] = field
files[] = options.module
files[] = options.test
......@@ -5,6 +5,5 @@ package = Core
version = VERSION
core = 7.x
dependencies[] = field
files[] = text.module
files[] = text.test
required = TRUE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment