Commit 805e9c0c by sn

D::fe und D::compareFe bug gefixt

1 parent 667d660e
Showing with 2 additions and 1 deletions
...@@ -450,7 +450,8 @@ class D { ...@@ -450,7 +450,8 @@ class D {
// } // }
//</script>', $param_print, $param_force); //</script>', $param_print, $param_force);
self::$feRekursivContent++; self::$feRekursivContent++;
$divId='spoiler_'.self::$feRekursivContent; // $divId='spoiler_'.self::$feRekursivContent.'_'.md5($param_string.'-'.$param_logdepth.'-'.$param_keystring);
$divId='spoiler_'.self::$feRekursivContent.''.substr(md5(rand()),0,10);
self::new_echo('<style type="text/css"> self::new_echo('<style type="text/css">
#'.$divId.' { #'.$divId.' {
display: none; display: none;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!