ich hab an der Datei nichts verändert. ich hab keine Ahnung auf was er hinauswill.
---------------------------------------------------------------------
- LOG FILE ----------------------------------------------------------
vom Mon, 13 Nov 2006 20:16:14 +0100
---------------------------------------------------------------------
***** BACKUP *****
backup: erfolgreich
***** CHECK: PLAYERS WITH MAXCAVES *****
***** GET TAKEOVER_CAVES *****
***** ITERATE THROUGH ALL THE CAVES *****
PHP Fatal error: Call to undefined function tmpl_load() in /home/uanew/ticker/takeover.php on line 617
kommt hier her
- Code: Alles auswählen
function takeover_send_bidding_too_low($receiverID, $bidding, $winner){
global $TAKEOVERMINRESOURCEVALUE;
$template = tmpl_load(_MSG_BIDDINGTOOLOW);
tmpl_set($template, $bidding);
tmpl_set($template, 'takeoverminresourcevalue', $TAKEOVERMINRESOURCEVALUE);
tmpl_set($template, 'WINNER', $winner);
return takeover_system_message($receiverID, _MSG_SUBJECT_BIDDINGTOOLOW, tmpl_parse($template));
}
danke schon mal




