Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

208
 
298
 
298
 
category.php
_> 2828       }
  2929     }
  3030 
<> 31 -    function getTitle() {
  32 -      if (isset($this->_data['name'])) {
  33 -        return $this->_data['name'];
  34 -      }
   31+    function getID() {
   32+      return $this->_data['id'];
   33+    }
3534 
<> 36 -      return false;
   35+    function getTitle() {
   36+      return $this->_data['name'];
3737     }
  3838 
  3939     function getImage() {
<> 40 -      if (isset($this->_data['image'])) {
  41 -        return $this->_data['image'];
  42 -      }
  43 -
  44 -      return false;
   40+      return $this->_data['image'];
<_ 4541     }
  4642   }
  4743 ?>