[geeklog-cvs] geeklog: Removed unused function PLG_supportsExpandedSearch

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Feb 21 14:53:44 EST 2010


changeset 7752:5d0fb14b2530
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/5d0fb14b2530
user: Dirk Haun <dirk at haun-online.de>
date: Sun Feb 21 17:09:44 2010 +0100
description:
Removed unused function PLG_supportsExpandedSearch

diffstat:

 system/lib-plugins.php |  26 --------------------------
 1 files changed, 0 insertions(+), 26 deletions(-)

diffs (36 lines):

diff -r 47b6cd1ffc5e -r 5d0fb14b2530 system/lib-plugins.php
--- a/system/lib-plugins.php	Sun Feb 21 16:59:31 2010 +0100
+++ b/system/lib-plugins.php	Sun Feb 21 17:09:44 2010 +0100
@@ -723,32 +723,6 @@
     return $types;
 }
 
-/**
-* Determines if a specific plugin supports Geeklog's
-* expanded search results feature
-*
-* NOTE: This function is not currently used
-*
-* @author   Tony Bibbs, tony AT tonybibbs DOT com
-* @access   public
-* @param    string  $type   Plugin name
-* @return   boolean         True if it is supported, otherwise false
-* @deprecated no longer used
-*
-*/
-function PLG_supportsExpandedSearch($type)
-{
-    $retval = '';
-    $function = 'plugin_supportsexpandedsearch_' . $type;
-    if (function_exists($function)) {
-        $retval = $function();
-    }
-    if (empty($retval) OR !is_bool($retval)) {
-        $retval = false;
-    }
-
-    return $retval;
-}
 
 /**
 * This function gives each plugin the opportunity to do their search



More information about the geeklog-cvs mailing list