19 Oct
2009
19 Oct
'09
7:17 p.m.
User: marvil07 Branch: DRUPAL-7--1 Date: Mon, 19 Oct 2009 17:17:37 +0000 Modified files: /modules/dokeos dokeos.module Log message: fix drupal 7.x api changes - hook_user() now is splitted in hook_user_login(), hook_user_load(), hook_user_update(). - no more hook_user_form(), now it's a general hook_form_alter(). - hook_block_list() is now hook_block_info(). - change args on hook_block_save(). - avoid hardcodes .. grhh - fix theme() calls, now we have to pass __only__ one array parameter. - hook_perm() is now hook_permission(). Links: http://cvs.drupal.org/diff.php?path=contributions/modules/dokeos/dokeos.modu...