Login working
This commit is contained in:
@@ -16,7 +16,9 @@ class Ansi extends AbstractFrame
|
||||
public static $cost_length = 7;
|
||||
public static $cost_unit = 'u';
|
||||
|
||||
public function fields($startline=0,$fieldchar='.')
|
||||
public static $if_filler = '.';
|
||||
|
||||
public function fields($startline=0)
|
||||
{
|
||||
$this->output .= str_replace(LF,CR.LF,$this->frame->content);
|
||||
}
|
||||
|
Reference in New Issue
Block a user