forked from Lainports/freebsd-ports
and removed session_unregister(). This is solely a php-5.4 fix. PORTREVISION bump, but since this port does not officially support php-5.4 I have no plans to merge this patch to RELENG_9_1_0. Feature safe: yes
11 lines
393 B
PHP
11 lines
393 B
PHP
--- plugins/message_details/message_details_bottom.php.orig 2012-11-16 16:16:25.000000000 -0500
|
|
+++ plugins/message_details/message_details_bottom.php 2012-11-16 16:16:49.000000000 -0500
|
|
@@ -85,7 +85,7 @@
|
|
$messageheaderstart=false;
|
|
$boundaries = array();
|
|
$entities = array();
|
|
-session_unregister("entities");
|
|
+sqsession_unregister("entities");
|
|
$pre = '<b>';
|
|
$end = '</b>';
|
|
$entStr = '';
|