Moje kniha o CMS Drupal
Poslední komentáře
- 4 days 7 hours ago
- 6 days 3 hours ago
- 6 months ago
- 6 months ago
- 8 months 1 week ago
- 9 months ago
- 9 months ago
- 9 months 1 week ago
- 1 year ago
- 1 year 1 month ago
Nové diskuze
- (4 weeks 1 day zpět)
- (1 month zpět)
- (7 months 3 weeks zpět)
- (9 months 1 week zpět)
- (1 year 6 months zpět)
- (1 year 7 months zpět)
- (1 year 10 months zpět)
- (1 year 11 months zpět)

Děkuji za typ... ale ja se prostě neobejdu bez problému v záložce
Domů » Administrace » Nastavení webu » Taxonomy Image » Image Attach
mi to píše tuto senzační hlášku:
Invalid argument supplied for foreach() in C:\Program Files\EasyPHP5.2.10\www\includes\common.inc on line 1638.
je to tato funkce:
function drupal_map_assoc($array, $function = NULL) {
if (!isset($function)) {
$result = array();
foreach ($array as $value) {
$result[$value] = $value;
}
return $result;
}
elseif (function_exists($function)) {
$result = array();
foreach ($array as $value) {
$result[$value] = $function($value);
}
return $result;
}
}
Dekuji moc..