-
- code style tweaks
-
- quick tweak to cope more gracefully with the initial install state, when the config variable is not yet set
-
- remove unnecessary switch statement from commerce_postal_code_filter_block_view() since the module only exposes one block
-
- move stylesheet into info file instead of a hook_init().
-
- remove .DS_Store file from master branch
-
Fork of mmellado's sandbox: Jobvite Careers: May 26, 2012 16:52
Commit 0054904 on 7.x-1.xby andymantell- code style tweak
-
- code style tweak
-
Fork of mmellado's sandbox: Jobvite Careers: May 26, 2012 16:52
Commit 7d2dd8d on 7.x-1.xby andymantell- use $t = get_t() to prevent errors at install time
-
- use $t = get_t() to prevent errors at install time
-
Fork of mmellado's sandbox: Jobvite Careers: May 26, 2012 16:50
Commit e5ec21f on 7.x-1.xby andymantell- move hook_requirements() into the install file where it should be