From 465391a3f8114f57892c737016612ecc5f42a22f Mon Sep 17 00:00:00 2001 From: Tekimaki Date: Wed, 28 Jan 2009 21:29:10 +0000 Subject: pass param hash by reference in services - utilized in _list_sql services to append values to listHash --- LibertyContent.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LibertyContent.php b/LibertyContent.php index c0f10fa..8555d51 100644 --- a/LibertyContent.php +++ b/LibertyContent.php @@ -3,7 +3,7 @@ * Management of Liberty content * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyContent.php,v 1.391 2009/01/24 15:30:57 spiderr Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyContent.php,v 1.392 2009/01/28 21:29:10 tekimaki_admin Exp $ * @author spider */ @@ -1063,7 +1063,7 @@ class LibertyContent extends LibertyBase { * Set up SQL strings for services used by the object * TODO: set this function deprecated and eventually nuke it */ - function getServicesSql( $pServiceFunction, &$pSelectSql, &$pJoinSql, &$pWhereSql, &$pBindVars, $pObject = NULL, $pParamHash = NULL) { + function getServicesSql( $pServiceFunction, &$pSelectSql, &$pJoinSql, &$pWhereSql, &$pBindVars, $pObject = NULL, &$pParamHash = NULL ) { //deprecated( 'You package is calling the deprecated LibertyContent::getServicesSql() method. Please update your code to use LibertyContent::getLibertySql' ); global $gLibertySystem; if( $loadFuncs = $gLibertySystem->getServiceValues( $pServiceFunction ) ) { -- cgit v1.3