1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Fix a path for corectly loading the left frame after clicking the 'read' link.

This commit is contained in:
Ion-Mihai Tetcu 2008-02-17 17:53:14 +00:00
parent 320da29d76
commit c440df73ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207481

View File

@ -0,0 +1,11 @@
--- ./mark_read/mark_read.php.orig 2008-02-17 19:51:57.000000000 +0200
+++ ./mark_read/mark_read.php 2008-02-17 19:52:05.000000000 +0200
@@ -106,7 +106,7 @@
mark_read_mark_mailbox($imap_stream, $mailbox, ($mark=="unread"));
}
-header ('Location: ' . $base_uri . '../../src/left_main.php');
+header ('Location: ' . $base_uri . 'src/left_main.php');
sqimap_logout($imap_stream);