From 9d9d7aa0132897a8d5499c4be1502fb1d5527684 Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Tue, 21 Feb 2006 17:49:31 +0000 Subject: [PATCH] Removed documentation for unused parameter $icon_theme_path. Its actually a global inside the function. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10797 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/addressbook.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/addressbook.php b/functions/addressbook.php index 0e14b97a..863d7d81 100644 --- a/functions/addressbook.php +++ b/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 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 ) { -- 2.25.1