Example #1
0
 function tplTableInner($var, $textFields, $linkFields, $linkPrefixes)
 {
     $this->ORIG_TEXT = $this->text;
     parent::tplTableInner($var, $textFields, $linkFields, $linkPrefixes);
 }
Example #2
0
 function tplTableInner($var, $textFields, $linkFields, $linkPrefixes)
 {
     //  $this->ORIG_TEXT	= $this->text;
     $this->ORIG_TEXT = $this->rid;
     $this->ORIG_COMM = $this->text;
     $this->ORIG_BUTT = $this->rid;
     parent::tplTableInner($var, $textFields, $linkFields, $linkPrefixes);
 }
Example #3
0
 function tplTableInner($a, $b, $c, $d)
 {
     $this->DONEBY = $this->rid;
     $this->FOR = $this->username;
     parent::tplTableInner($a, $b, $c, $d);
 }