Beispiel #1
0
 public function getOrderDescr(GWF_Module $module, $lang_iso)
 {
     if ($this->expires()) {
         return $module->langISO($lang_iso, 'order_descr', array($this->getVar('dl_filename'), GWF_Time::humanDuration($this->getVar('dl_expire')), $this->getVar('your_token', 'ERR')));
     } else {
         return $module->langISO($lang_iso, 'order_descr2', array($this->getVar('dl_filename'), $this->getVar('your_token', 'ERR')));
     }
 }