projects
/
project/link.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d31c295
)
Update for Drupal 5, thanks webchick! Issue #98338.
5.x-1.1
author
Nathan Haug
Wed, 22 Nov 2006 02:48:17 +0000 (
02:48
+0000)
committer
Nathan Haug
Wed, 22 Nov 2006 02:48:17 +0000 (
02:48
+0000)
link.info
[new file with mode: 0644]
patch
|
blob
link.module
patch
|
blob
|
blame
|
history
diff --git a/link.info
b/link.info
new file mode 100644
(file)
index 0000000..
1630c7c
--- /dev/null
+++ b/
link.info
@@ -0,0
+1,5
@@
+; $Id$
+name = Link
+description = Defines simple link field types.
+dependencies = content
+package = CCK
diff --git
a/link.module
b/link.module
index
1bfe42a
..
aa5533e
100644
(file)
--- a/
link.module
+++ b/
link.module
@@
-7,16
+7,6
@@
*/
/**
- * Implementation of hook_help().
- */
-function link_help($section) {
- switch ($section) {
- case 'admin/modules#description':
- return t('Defines simple link field types. <em>Note: Requires content.module.</em>');
- }
-}
-
-/**
* Implementation of hook_field_info().
*/
function link_field_info() {