projects
/
project/location.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
adccc53
)
Fix #679864 reported by ycwjjjj.
author
Brandon Bergren
Tue, 19 Jan 2010 02:17:29 +0000 (
02:17
+0000)
committer
Brandon Bergren
Tue, 19 Jan 2010 02:17:29 +0000 (
02:17
+0000)
contrib/location_addanother/location_addanother.module
patch
|
blob
|
blame
|
history
diff --git
a/contrib/location_addanother/location_addanother.module
b/contrib/location_addanother/location_addanother.module
index
c383695
..
ba4f3d4
100644
(file)
--- a/
contrib/location_addanother/location_addanother.module
+++ b/
contrib/location_addanother/location_addanother.module
@@
-68,7
+68,7
@@
function location_addanother_form(&$form_state, &$node) {
/**
* Validation function for "add another location" form.
*/
-function location_addanother_form_validate($form, &$form_state, $form_id) {
+function location_addanother_form_validate($form, &$form_state) {
$location = $form_state['values']['location'];
$node = node_load($location['nid']);
unset($location['nid']);