Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
29/01/2003 21:27:08
|
Anonymous
|
Okay, hier ist die Lösung:
Editioert class_poll.php in textfile/include.
Da sind zwei Deklarationen von
function set_max_bar_height($max_bar_height='')
Sucht nach dem obigen Funktionsrumpf.
Kommentiert die zweite Deklaration aus.
Also so:
// Lasst diese in Ruhe.
function set_max_bar_height($max_bar_height='') {
if ($max_bar_height && $max_bar_height>0) {
$this->pollvars['img_height'] = $max_bar_height;
return true;
} else {
return false;
}
}
// Kommentiert diese aus!
/*
function set_max_bar_length($max_bar_length='') {
if ($max_bar_length && $max_bar_length>0) {
$this->pollvars['img_length'] = $max_bar_length;
}
return $this->pollvars['img_length'];
}
*/
Grüße,
Thorsten
tdrewes@gmx.net
|
|
30/01/2003 09:51:17
|
Anonymous
|
Schubs nach oben
|
|
|
|
|
|
Based on the open source JForum
|