mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 13:26:02 +00:00
49_SSCam: optimize _oPrunliveview
git-svn-id: https://svn.fhem.de/fhem/trunk@22768 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bd871624e2
commit
5ed0607144
@ -5646,7 +5646,7 @@ sub getApiSites_Parse {
|
||||
}
|
||||
|
||||
if($fret) { # Caller aufrufen wenn angegeben
|
||||
no strict "refs";
|
||||
no strict "refs"; ## no critic 'NoStrict'
|
||||
delActiveToken($hash); # Freigabe Funktionstoken vor Neudurchlauf der aufrufenden Funktion
|
||||
&$fret($arg);
|
||||
use strict "refs";
|
||||
@ -9667,7 +9667,6 @@ sub sendChat {
|
||||
return;
|
||||
}
|
||||
|
||||
#no strict "refs";
|
||||
my ($subject,$fileUrl,$uid,$fname,@as,%seen,@unique);
|
||||
|
||||
$cache = cache($name, "c_init"); # Cache initialisieren
|
||||
@ -10559,7 +10558,6 @@ sub sendEmailblocking {
|
||||
);
|
||||
}
|
||||
|
||||
# no strict "refs";
|
||||
if($sdat) {
|
||||
### Images liegen in einem Hash (Ref in $sdat) base64-codiert vor
|
||||
my ($ct,$img,$decoded);
|
||||
|
Loading…
x
Reference in New Issue
Block a user