Skip to content
  • Dries Buytaert's avatar
    · 0cce47f1
    Dries Buytaert authored
    - fixed small glitch in node_del()
    
    - fixed small glitch in comment_del()
    
    - changed the API of the form() function.  The first parameter, the
      "action"-attribute in the <form>-tag has been made optional.  By
      default, it will be set to "$REQUEST_URI".
    
      Why? Because in 98% of the cases we would do:
    
        global $REQUEST_URI;
        $form = form($REQUEST_URI, $form_content);
    
      while we can do:
    
        $form = form($form_content);
    
      now.
    
      Update your modules (and sorry for the inconvenience)!
    0cce47f1