Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > e54b55c779885f2da2061fb224edbd31 > files > 31

squirrelmail-1.4.8-3mdv2007.0.src.rpm

diff -Naur squirrelmail-1.4.4/functions/mailbox_display.php squirrelmail-1.4.4.oden/functions/mailbox_display.php
--- squirrelmail-1.4.4/functions/mailbox_display.php	2004-12-29 20:12:05.000000000 +0100
+++ squirrelmail-1.4.4.oden/functions/mailbox_display.php	2005-01-30 13:53:40.572067447 +0100
@@ -940,6 +940,8 @@
         $result .= "</A>\n";
     }
 
+    $result .= concat_hook_function('mailbox_selectall_after');
+
     /* Return our final result. */
     return ($result);
 }
diff -Naur squirrelmail-1.4.4/src/addressbook.php squirrelmail-1.4.4.oden/src/addressbook.php
--- squirrelmail-1.4.4/src/addressbook.php	2004-12-27 16:03:59.000000000 +0100
+++ squirrelmail-1.4.4.oden/src/addressbook.php	2005-01-30 13:57:03.501664777 +0100
@@ -352,10 +352,13 @@
     $headerprinted = false;
 
     echo html_tag( 'p', '<a href="#AddAddress">' . _("Add address") . '</a>', 'center' ) . "\n";
+    /*added by select_range patch*/
+    do_hook('addressbook_before_list');
 
     /* List addresses */
     if (count($alist) > 0) {
         echo addForm($form_url, 'post');
+        echo addForm($form_url, 'post','FormAddrsAbook') . "\n";
         while(list($undef,$row) = each($alist)) {
 
             /* New table header for each backend */