mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 08:06:38 +02:00
Fixes #1457 New Forum Posts Menu - "Show Original Topic in Menu" option not saving. New User-Extended Field preset for User comments. New e107::debug() function added for throwing info to the browser console. (Firefox/Chrome)
This commit is contained in:
@@ -484,10 +484,14 @@ class e_array {
|
||||
if (!is_array($ArrayData)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$Array = var_export($ArrayData, true);
|
||||
if ($AddSlashes == true) {
|
||||
|
||||
if ($AddSlashes == true)
|
||||
{
|
||||
$Array = addslashes($Array);
|
||||
}
|
||||
|
||||
return $Array;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user