Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I started to work on this, but the Drupal 4.7 forms API still has a bug preventing me from saving changes to the multiple select needed for node types. The work I did is committed to CVS in comments. When forms API is sorted out, the comments might just need to be uncommented.
warning: array_walk() [function.array-walk]: Unable to call _similar_content_type_excape() - function does not exist in D:\Sites\modules\similar\similar.module on line 127.
You have a typo in escape: array_walk($types, '_similar_content_type_excape');
Comments
Comment #1
varunvnair commentedComment #2
deekayen commentedI started to work on this, but the Drupal 4.7 forms API still has a bug preventing me from saving changes to the multiple select needed for node types. The work I did is committed to CVS in comments. When forms API is sorted out, the comments might just need to be uncommented.
Comment #3
deekayen commentedCommitted some changes to CVS.
Give this a try (for Drupal 4.7):
http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/modules/si...
Comment #4
introfini commentedIt works but I get this error on the page:
warning: array_walk() [function.array-walk]: Unable to call _similar_content_type_excape() - function does not exist in D:\Sites\modules\similar\similar.module on line 127.
You have a typo in escape: array_walk($types, '_similar_content_type_excape');
introfini
onossocasamento.pt
Comment #5
deekayen commentedSorry, I shouldn't have linked to a specific CVS checkout. I fixed that about 30 minutes later in 1.2.2.2: http://cvs.drupal.org/viewcvs/drupal/contributions/modules/similar/?hide...
Comment #6
(not verified) commented