Skip to content
Snippets Groups Projects
Commit cb89361d authored by git's avatar git Committed by Matthew Radcliffe
Browse files

Issue #1995354 by e5sego: Fix syntax error in API document.

parent 0b951a35
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ function hook_cck_select_other_info_alter($info) {
* @return An associative array where each element is an array of options to be merged.
*/
function hook_cck_select_other_options($field, $options) {
if ($field['module'] == 'content_taxonomy']) {
if ($field['module'] == 'content_taxonomy') {
// Create some more options.
$options = array(
'key' => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment