Changeset 30253 in spip-zone for _plugins_/kconf/public/kconf_balise.php
- Timestamp:
- Jul 27, 2009, 3:26:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/kconf/public/kconf_balise.php
r29648 r30253 83 83 if ($t[0]->type == 'texte') { 84 84 $t = $t[0]->texte; 85 list($k,$v) = split(" ",$t);85 list($k,$v) = explode(" ",$t); 86 86 $ret = "s:".strlen($k).":\"$k\";a:3:{i:0;s:".strlen($v).":\"$v\""; 87 87 // spip_log("critere_kconf $k, $v, $ret");
Note: See TracChangeset
for help on using the changeset viewer.