/[drupal]/contributions/modules/bookmarks2/bookmarks2.module
ViewVC logotype

Diff of /contributions/modules/bookmarks2/bookmarks2.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.13.2.1, Sun Jul 27 20:30:08 2008 UTC revision 1.13.2.2, Sun Jul 27 21:24:28 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: bookmarks2.module,v 1.13 2008/07/27 19:36:41 sanduhrs Exp $  // $Id: bookmarks2.module,v 1.13.2.1 2008/07/27 20:30:08 sanduhrs Exp $
3    
4  /**  /**
5     * Bookmarks2
6     *
7   * @file   * @file
8   * Lets users keep bookmarks   * Lets users keep bookmarks
9   *   *
10   * @author David Kent Norman   * @author David Kent Norman
11     * Stefan Auditor <stefan.auditor@erdfisch.de>
12   * @link http://deekayen.net/   * @link http://deekayen.net/
13   * @todo There's some code/functionality duplication to eliminate   * @todo There's some code/functionality duplication to eliminate
14   *       Callbacks are underutilized   *       Callbacks are underutilized
# Line 349  function bookmarks2_folder_delete_confir Line 352  function bookmarks2_folder_delete_confir
352  }  }
353    
354  /**  /**
355   * Get a folder tree   * Get a folder tree for the form select box
356   */   */
357  function _bookmarks2_folder_select_options() {  function _bookmarks2_folder_select_options() {
358    $folders = _bookmarks2_folder_child(true);    $folders = _bookmarks2_folder_child(true);

Legend:
Removed from v.1.13.2.1  
changed lines
  Added in v.1.13.2.2

  ViewVC Help
Powered by ViewVC 1.1.2