Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 0796f3a4146744711e43968234de3795 > files > 51

squirrelmail-1.4.22-15.1.mga6.src.rpm

diff -Naur a/include/html_main.inc.php b/include/html_main.inc.php
--- a/include/html_main.inc.php	2013-10-18 00:10:50.000000000 +0200
+++ b/include/html_main.inc.php	2014-11-09 18:09:00.019001604 +0100
@@ -344,3 +344,6 @@
     }
 }
 
+function session_unregister($name) {
+    unset($_SESSION[$name]);
+}