File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ enchant_dict_remove() function
44enchant
55--SKIPIF--
66<?php
7- if (!is_array ( enchant_broker_list_dicts (enchant_broker_init () ))) die ("skip no dictionary installed on this machine " );
7+ if (!enchant_broker_list_dicts (enchant_broker_init ())) die ("skip no dictionary installed on this machine " );
88?>
99--FILE--
1010<?php
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ enchant_dict_remove_from_session() function
44enchant
55--SKIPIF--
66<?php
7- if (!is_array ( enchant_broker_list_dicts (enchant_broker_init () ))) die ("skip no dictionary installed on this machine! " );
7+ if (!enchant_broker_list_dicts (enchant_broker_init ())) die ("skip no dictionary installed on this machine! " );
88?>
99--FILE--
1010<?php
You can’t perform that action at this time.
0 commit comments