Removed documentation for unused parameter $icon_theme_path. Its actually a global...
authorstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 21 Feb 2006 17:49:31 +0000 (17:49 +0000)
committerstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 21 Feb 2006 17:49:31 +0000 (17:49 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10797 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/addressbook.php

index 0e14b97a9e611906d5ff7ac735676c24384fb51f..863d7d811a9afde643d0dea111b8905229e93d64 100644 (file)
@@ -383,7 +383,6 @@ function get_abook_sort() {
  * @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 $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
  */
 function show_abook_sort_button($abook_sort_order, $alt_tag, $Down, $Up ) {