diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-02-06 19:38:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-02-06 19:38:28 +0000 |
commit | b8a1eab1fb8abb1238f1e5a63757f0d93b2a3cc6 (patch) | |
tree | 0dff0188249d8c3d2999d9b4342e3c1e99711b9e /modules/node/node.admin.inc | |
parent | bddba847f569f872aefa1618d2fe49d69f274c63 (diff) | |
download | brdo-b8a1eab1fb8abb1238f1e5a63757f0d93b2a3cc6.tar.gz brdo-b8a1eab1fb8abb1238f1e5a63757f0d93b2a3cc6.tar.bz2 |
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
Diffstat (limited to 'modules/node/node.admin.inc')
-rw-r--r-- | modules/node/node.admin.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.admin.inc b/modules/node/node.admin.inc index 21e4c4e4f..b0be96c83 100644 --- a/modules/node/node.admin.inc +++ b/modules/node/node.admin.inc @@ -511,7 +511,7 @@ function node_admin_nodes() { /** * Validate node_admin_nodes form submissions. - * + * * Check if any nodes have been selected to perform the chosen * 'Update option' on. */ @@ -524,7 +524,7 @@ function node_admin_nodes_validate($form, &$form_state) { /** * Process node_admin_nodes form submissions. - * + * * Execute the chosen 'Update option' on the selected nodes. */ function node_admin_nodes_submit($form, &$form_state) { |