projects
/
project/link.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f35cf48
)
Updating bad function call name.
6.x-2.1-beta2
author
Nathan Haug
Mon, 31 Mar 2008 08:28:54 +0000 (08:28 +0000)
committer
Nathan Haug
Mon, 31 Mar 2008 08:28:54 +0000 (08:28 +0000)
link.module
patch
|
blob
|
blame
|
history
diff --git
a/link.module
b/link.module
index
bb1d8fb
..
7bdb4f5
100644
(file)
--- a/
link.module
+++ b/
link.module
@@
-232,7
+232,7
@@
function link_field($op, &$node, $field, &$items, $teaser, $page) {
case 'sanitize':
foreach ($items as $delta => $value) {
- link_item_sanitize($items[$delta], $delta, $field, $node);
+ _link_sanitize($items[$delta], $delta, $field, $node);
}
break;
}