[geeklog-cvs] geeklog: Removed undefined variable and fixed a typo

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Feb 3 05:13:55 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/4a25081c5db9
changeset: 6759:4a25081c5db9
user:      Dirk Haun <dirk at haun-online.de>
date:      Tue Feb 03 10:00:40 2009 +0100
description:
Removed undefined variable and fixed a typo

diffstat:

1 file changed, 1 insertion(+), 2 deletions(-)
system/classes/searchcriteria.class.php |    3 +--

diffs (20 lines):

diff -r 60994cd85ddd -r 4a25081c5db9 system/classes/searchcriteria.class.php
--- a/system/classes/searchcriteria.class.php	Tue Feb 03 09:50:37 2009 +0100
+++ b/system/classes/searchcriteria.class.php	Tue Feb 03 10:00:40 2009 +0100
@@ -44,7 +44,6 @@
     {
         $this->_pluginName = $pluginName;
         $this->_pluginLabel = $pluginLabel;
-        $this->_rank = $rank;
         $this->_url_rewrite = false;
         $this->_rank = 3;
     }
@@ -103,7 +102,7 @@
 
     function UrlRewriteEnable()
     {
-        return $this->_url_rewite;
+        return $this->_url_rewrite;
     }
 
     function buildSearchSQL( $keyType, $query, $columns, $sql = '' )



More information about the geeklog-cvs mailing list