diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-10-19 20:25:34 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-10-19 20:25:34 +0000 |
| commit | 6b87e336d99b6ee95ba46d15149438e04c52d590 (patch) | |
| tree | 5412f46089ab9540ae3f7a09a3ce64be7b4b87ee /Pigeonholes.php | |
| parent | 10178aeb35fd9f8a3dd1b0785a2ceec57e499c2b (diff) | |
| download | pigeonholes-6b87e336d99b6ee95ba46d15149438e04c52d590.tar.gz pigeonholes-6b87e336d99b6ee95ba46d15149438e04c52d590.tar.bz2 pigeonholes-6b87e336d99b6ee95ba46d15149438e04c52d590.zip | |
php 4.4 stuff
Diffstat (limited to 'Pigeonholes.php')
| -rw-r--r-- | Pigeonholes.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Pigeonholes.php b/Pigeonholes.php index 0568759..1ae8dc4 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_pigeonholes/Pigeonholes.php,v 1.5 2005/10/18 11:31:07 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_pigeonholes/Pigeonholes.php,v 1.6 2005/10/19 20:25:34 squareing Exp $ * * +----------------------------------------------------------------------+ * | Copyright ( c ) 2004, bitweaver.org @@ -17,7 +17,7 @@ * Pigeonholes class * * @author xing <xing@synapse.plus.com> - * @version $Revision: 1.5 $ + * @version $Revision: 1.6 $ * @package pigeonholes */ @@ -621,7 +621,7 @@ class Pigeonholes extends LibertyAttachable { * @return bool TRUE on success, FALSE if store could not occur. If FALSE, $this->mErrors will have reason why * @access public **/ - function insertPigeonholeSettings( &$pParamHash=NULL, $pContentId=NULL ) { + function insertPigeonholeSettings( &$pParamHash, $pContentId=NULL ) { if( $this->verifyPigeonholeSettings( $pParamHash ) ) { foreach( $pParamHash['settings_store'] as $setting ) { $setting['content_id'] = !empty( $pContentId ) ? $pContentId : $this->mContentId; @@ -639,7 +639,7 @@ class Pigeonholes extends LibertyAttachable { * @return bool TRUE on success, FALSE if store could not occur. If FALSE, $this->mErrors will have reason why * @access private **/ - function verifyPigeonholeSettings( &$pParamHash=NULL ) { + function verifyPigeonholeSettings( &$pParamHash ) { if( !empty( $pParamHash ) ) { $availableSettings = array( 'style' ); $i = 0; |
