Skip to content
  • Dries Buytaert's avatar
    · 297a5b01
    Dries Buytaert authored
    - Improvement/bugfix: added a function called "book_revision_load()" to
      load the most recent revision that matches the specified conditions.
      Like that we can load the last good revision of a book page using the
      line: book_revision_load($page, array("moderate" => 0, "status" => 1)).
    297a5b01