This commit is contained in:
kindlm
2024-01-18 20:31:31 +01:00
193 changed files with 15445 additions and 840 deletions
+3
View File
@@ -514,6 +514,9 @@ class statistik extends basis_db
$this->countRows=0;
set_time_limit(600);
// In case a decryption function is used then perform password substitution
$this->sql = $this->replaceSQLDecryptionPassword($this->sql);
if($this->sql!='')
{
$sql = $this->sql;