summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-05-16 16:36:53 +0000
committerwjames5 <will@tekimaki.com>2009-05-16 16:36:53 +0000
commit5a4716dd9bf84a2fdfbb09b704e9f57895731bd1 (patch)
tree3a79beafde22c6a37b84dfae88af3cb4eb7bf586
parent6122efd5e6b1cd69d1760ecb9285287371280db4 (diff)
downloadliberty-5a4716dd9bf84a2fdfbb09b704e9f57895731bd1.tar.gz
liberty-5a4716dd9bf84a2fdfbb09b704e9f57895731bd1.tar.bz2
liberty-5a4716dd9bf84a2fdfbb09b704e9f57895731bd1.zip
remove TODO, default pass by ref value was docuemnted in php5 release
-rw-r--r--LibertyContent.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/LibertyContent.php b/LibertyContent.php
index 8268d63..562cdfe 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.400 2009/05/16 15:44:49 wjames5 Exp $
+* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyContent.php,v 1.401 2009/05/16 16:36:53 wjames5 Exp $
* @author spider <spider@steelsun.com>
*/
@@ -815,8 +815,6 @@ class LibertyContent extends LibertyBase {
/**
* Set up access to services used by the object
- *
- * @TODO the &$pFunctionParam=NULL really is naughty and should be fixed either by having all invokers pass in something, or a check for the param inside the function
*/
function invokeServices( $pServiceFunction, &$pFunctionParam=NULL ) {
global $gLibertySystem;