Browse Source

Removed documentation for unused parameter $icon_theme_path. Its actually a global inside the function.

stevetruckstuff 19 years ago
parent
commit
f5136f0282
1 changed files with 0 additions and 1 deletions
  1. 0 1
      functions/addressbook.php

+ 0 - 1
functions/addressbook.php

@@ -383,7 +383,6 @@ function get_abook_sort() {
  * @param string $alt_tag alt tag value (string visible to text only browsers)
  * @param string $alt_tag alt tag value (string visible to text only browsers)
  * @param integer $Down sort value when list is sorted ascending
  * @param integer $Down sort value when list is sorted ascending
  * @param integer $Up sort value when list is sorted descending
  * @param integer $Up sort value when list is sorted descending
- * @param string $icon_theme_path Path to user's current icon theme
  * @return string html code with sorting images and urls
  * @return string html code with sorting images and urls
  */
  */
 function show_abook_sort_button($abook_sort_order, $alt_tag, $Down, $Up ) {
 function show_abook_sort_button($abook_sort_order, $alt_tag, $Down, $Up ) {