| @@ 52-55 (lines=4) @@ | ||
| 49 | $fils = $this->dtc->elements[$pere]; |
|
| 50 | #spip_log("rejeton $name fils " . @join(',',$fils)); |
|
| 51 | if (!($p = @in_array($name, $fils))) { |
|
| 52 | if ($p = strpos($name, ':')) { |
|
| 53 | $p = substr($name, $p + 1); |
|
| 54 | $p = @in_array($p, $fils); |
|
| 55 | } |
|
| 56 | } |
|
| 57 | if (!$p) { |
|
| 58 | $bons_peres = @join('</b>, <b>', $this->dtc->peres[$name]); |
|
| @@ 1157-1160 (lines=4) @@ | ||
| 1154 | ||
| 1155 | $result->ligne = $ligne_preaff; |
|
| 1156 | ||
| 1157 | if ($p = strpos($type, ':')) { |
|
| 1158 | $result->sql_serveur = substr($type, 0, $p); |
|
| 1159 | $type = substr($type, $p + 1); |
|
| 1160 | } |
|
| 1161 | $soustype = strtolower($type); |
|
| 1162 | ||
| 1163 | if (!isset($GLOBALS["table_des_tables"][$soustype])) { |
|