standard syntax
This commit is contained in:
parent
93540faca8
commit
2a375e7129
@ -534,7 +534,7 @@ class Image {
|
|||||||
|
|
||||||
if($opts != $_fh_last_opts) {
|
if($opts != $_fh_last_opts) {
|
||||||
$_fh_last_opts = $opts;
|
$_fh_last_opts = $opts;
|
||||||
require_once("lib/flexihash.php");
|
require_once "lib/flexihash.php";
|
||||||
$_flexihash = new Flexihash();
|
$_flexihash = new Flexihash();
|
||||||
foreach(explode(",", $opts) as $opt) {
|
foreach(explode(",", $opts) as $opt) {
|
||||||
$parts = explode("=", $opt);
|
$parts = explode("=", $opt);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user