COmmente un test
This commit is contained in:
parent
442bcd0736
commit
87b8afe890
|
@ -21,6 +21,8 @@ $fields = array (
|
||||||
);
|
);
|
||||||
getFields($fields);
|
getFields($fields);
|
||||||
|
|
||||||
|
/* * /
|
||||||
|
// Variable pour test
|
||||||
variable_get("aaa_test3",
|
variable_get("aaa_test3",
|
||||||
array(
|
array(
|
||||||
"ns1"=>
|
"ns1"=>
|
||||||
|
@ -71,7 +73,8 @@ array(
|
||||||
"type"=>"integer",
|
"type"=>"integer",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
/* */
|
||||||
|
|
||||||
|
|
||||||
if (empty($var)) {
|
if (empty($var)) {
|
||||||
|
|
Loading…
Reference in New Issue