[geeklog-cvs] geeklog: Mark "expanded search" as deprecated (as in lib-plugins...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jul 25 15:49:06 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/f13664e1db74
changeset: 7187:f13664e1db74
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Jul 25 19:51:49 2009 +0200
description:
Mark "expanded search" as deprecated (as in lib-plugins.php)

diffstat:

 system/classes/plugin.class.php |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (27 lines):

diff -r dd235920fb85 -r f13664e1db74 system/classes/plugin.class.php
--- a/system/classes/plugin.class.php	Sat Jul 25 19:38:57 2009 +0200
+++ b/system/classes/plugin.class.php	Sat Jul 25 19:51:49 2009 +0200
@@ -56,6 +56,7 @@
     /**
     * @access private
     * @var boolean
+    * @deprecated no longer used
     */
     var $_expandedSearchSupport = false;
 
@@ -147,6 +148,7 @@
     * @author Tony Bibbs, tony AT geeklog DOT net
     * @access public
     * @param boolean $switch True if expanded search is supported otherwise false
+    * @deprecated no longer used
     *
     */
     function setExpandedSearchSupport($switch)
@@ -164,6 +166,7 @@
     * @author Tony Bibbs, tony AT geeklog DOT net
     * @access public
     * @return boolean True if expanded search is supported otherwise false
+    * @deprecated no longer used
     *
     */
     function supportsExpandedSearch()



More information about the geeklog-cvs mailing list