WEBI Unberechenbares Urgestein |
 |
|
|
|
|
|
|
|
|
 |
12.05.2007 - 23:56 Uhr |
|
|
|
Hallo,
content/download.php
Suche:
| PHP-Quelltext $content_version = $contentinfo['content_info_version'];
$content_hersteller = $contentinfo['content_info_hersteller'];
$content_lizenstyp = $contentinfo['content_info_lizenstyp'];
$content_sprache = $contentinfo['content_info_sprache'];
$content_system = $contentinfo['content_info_system'];
eval ("\$infobox.= \"".getTemplate("content/download_infobox")."\";"); | |
Und setze "darüber" folgendes:
| PHP-Quelltext unset($content_info_version);
unset($content_info_hersteller);
unset($content_info_lizenstyp);
unset($content_info_sprache);
unset($content_info_system);
unset($infobox); | |
mfG
|
|
|
|
|
|