Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
315
Merge Requests
315
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
ccf1af94
Commit
ccf1af94
authored
Jul 24, 2008
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#245329
by christefano and dmitrig01: code comment love.
parent
34626ed2
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
16 additions
and
16 deletions
+16
-16
modules/contact/contact.module
modules/contact/contact.module
+1
-1
modules/dblog/dblog.module
modules/dblog/dblog.module
+1
-1
modules/filter/filter.module
modules/filter/filter.module
+1
-1
modules/forum/forum.module
modules/forum/forum.module
+1
-1
modules/locale/locale.module
modules/locale/locale.module
+1
-1
modules/menu/menu.module
modules/menu/menu.module
+1
-1
modules/node/node.module
modules/node/node.module
+2
-2
modules/openid/openid.module
modules/openid/openid.module
+2
-2
modules/poll/poll.module
modules/poll/poll.module
+1
-1
modules/profile/profile.module
modules/profile/profile.module
+1
-1
modules/search/search.module
modules/search/search.module
+1
-1
modules/taxonomy/taxonomy.module
modules/taxonomy/taxonomy.module
+1
-1
modules/update/update.module
modules/update/update.module
+1
-1
modules/upload/upload.module
modules/upload/upload.module
+1
-1
No files found.
modules/contact/contact.module
View file @
ccf1af94
...
...
@@ -33,7 +33,7 @@ function contact_help($path, $arg) {
}
/**
* Implementation of hook_perm
* Implementation of hook_perm
().
*/
function
contact_perm
()
{
return
array
(
...
...
modules/dblog/dblog.module
View file @
ccf1af94
...
...
@@ -28,7 +28,7 @@ function dblog_help($path, $arg) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
dblog_theme
()
{
return
array
(
...
...
modules/filter/filter.module
View file @
ccf1af94
...
...
@@ -41,7 +41,7 @@ function filter_help($path, $arg) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
filter_theme
()
{
return
array
(
...
...
modules/forum/forum.module
View file @
ccf1af94
...
...
@@ -33,7 +33,7 @@ function forum_help($path, $arg) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
forum_theme
()
{
return
array
(
...
...
modules/locale/locale.module
View file @
ccf1af94
...
...
@@ -305,7 +305,7 @@ function locale_form_alter(&$form, $form_state, $form_id) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
locale_theme
()
{
return
array
(
...
...
modules/menu/menu.module
View file @
ccf1af94
...
...
@@ -145,7 +145,7 @@ function menu_theme() {
}
/**
* Implementation of hook_enable()
* Implementation of hook_enable()
.
*
* Add a link for each custom menu.
*/
...
...
modules/node/node.module
View file @
ccf1af94
...
...
@@ -91,7 +91,7 @@ function node_help($path, $arg) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
node_theme
()
{
return
array
(
...
...
@@ -2222,7 +2222,7 @@ function node_access_view_all_nodes() {
}
/**
* Implementation of hook_db_rewrite_sql
* Implementation of hook_db_rewrite_sql
().
*/
function
node_db_rewrite_sql
(
$query
,
$primary_table
,
$primary_field
)
{
if
(
$primary_field
==
'nid'
&&
!
node_access_view_all_nodes
())
{
...
...
modules/openid/openid.module
View file @
ccf1af94
...
...
@@ -7,7 +7,7 @@
*/
/**
* Implementation of hook_menu.
* Implementation of hook_menu
()
.
*/
function
openid_menu
()
{
$items
[
'openid/authenticate'
]
=
array
(
...
...
@@ -71,7 +71,7 @@ function openid_user($op, &$edit, &$account, $category = NULL) {
}
/**
* Implementation of hook_form_alter
: a
dds OpenID login to the login forms.
* Implementation of hook_form_alter
(). A
dds OpenID login to the login forms.
*/
function
openid_form_alter
(
&
$form
,
$form_state
,
$form_id
)
{
if
(
$form_id
==
'user_login_block'
||
$form_id
==
'user_login'
)
{
...
...
modules/poll/poll.module
View file @
ccf1af94
...
...
@@ -28,7 +28,7 @@ function poll_init() {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
poll_theme
()
{
return
array
(
...
...
modules/profile/profile.module
View file @
ccf1af94
...
...
@@ -49,7 +49,7 @@ function profile_help($path, $arg) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
profile_theme
()
{
return
array
(
...
...
modules/search/search.module
View file @
ccf1af94
...
...
@@ -112,7 +112,7 @@ function search_help($path, $arg) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
search_theme
()
{
return
array
(
...
...
modules/taxonomy/taxonomy.module
View file @
ccf1af94
...
...
@@ -16,7 +16,7 @@ function taxonomy_perm() {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
taxonomy_theme
()
{
return
array
(
...
...
modules/update/update.module
View file @
ccf1af94
...
...
@@ -164,7 +164,7 @@ function update_theme() {
}
/**
* Implementation of hook_requirements.
* Implementation of hook_requirements
()
.
*
* @return
* An array describing the status of the site regarding available updates.
...
...
modules/upload/upload.module
View file @
ccf1af94
...
...
@@ -23,7 +23,7 @@ function upload_help($path, $arg) {
}
/**
* Implementation of hook_theme()
* Implementation of hook_theme()
.
*/
function
upload_theme
()
{
return
array
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment