projects
/
mkdru-moved-to-drupal.org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83e16a5
)
Stub implementation of the 'ting_search_show' hook
author
Jakub Skoczen
<jakub@indexdata.dk>
Wed, 1 Dec 2010 15:57:56 +0000
(16:57 +0100)
committer
Jakub Skoczen
<jakub@indexdata.dk>
Wed, 1 Dec 2010 15:57:56 +0000
(16:57 +0100)
mkdru.module
patch
|
blob
|
history
diff --git
a/mkdru.module
b/mkdru.module
index
8633149
..
b5718cc
100644
(file)
--- a/
mkdru.module
+++ b/
mkdru.module
@@
-17,6
+17,10
@@
function mkdru_node_info() {
);
}
+function mkdru_ting_search_show($params) {
+ return array("content" => "You have searched for '".$params['keys']."'.");
+}
+
/**
* Implementation of hook_perm()
*/