Fix for hide preview button

  1. <?php
  2. function mymodule_form_alter($form_id, &$form) {
  3.  
  4.   switch ($form_id) {
  5.  
  6.     case 'mycontenttype_node_form':
  7.         unset($form['preview']);
  8.         break;
  9.   }
  10. }
  11. ?>

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.