Example #1
0
 public function render(Varien_Object $row)
 {
     if ($row->getVisitAt()) {
         return $row->getIpAddress();
     }
     return Mage::helper('affiliateplusstatistic')->__('Summed up by ip address = %s', $row->getIpAddress());
 }