Ticket #6092

モジュールバージョンの丸めが甘い
Eröffnet am: 2005-06-01 13:25 Letztes Update: 2005-06-02 14:01

Auswertung:
Verantwortlicher:
(Keine)
Typ:
Status:
Geschlossen
Komponente:
(Keine)
Meilenstein:
(Keine)
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
Keine

Details

モジュール番号が特定の数字(例えば0.29)だと、下2桁目
が、一つ少ない数字になってしまう。

修正案:

kernel/module.php 89行目
旧)
$this->setVar('version', 100 *
$this->modinfo['version']);
新)
$this->setVar('version', round(100 *
$this->modinfo['version']));

本当は ceil() にすべきポイントの気はしますが、無難に
round()で。

Ticket-Verlauf (1/1 Historien)

2005-06-02 14:01 Aktualisiert von: onokazu
  • Ticket Close date is changed to 2005-06-02 14:01
  • Lösung Update from Keine to Gefixt
  • Status Update from Offen to Geschlossen
Kommentar
Logged In: YES
user_id=754

有難うございます。CVSの方へと反映いたしました。

Dateianhangliste

Keine Anhänge

Bearbeiten

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Anmelden