diff options
| author | Christian Fowler <spider@viovio.com> | 2007-07-04 16:08:08 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-07-04 16:08:08 +0000 |
| commit | 420d683384f6429f70bc14b2b223f4c7be4f948f (patch) | |
| tree | 41167026ad3e783a396afbdd62d402996b397d67 | |
| parent | 94c78edc6ebc00f70189022b3713110b068e8d26 (diff) | |
| download | messages-R202.tar.gz messages-R202.tar.bz2 messages-R202.zip | |
move prep/postGetList to LibertyBaseR202PRE_LIB_ATTACHMENT_REFACTOR
| -rw-r--r-- | Messages.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Messages.php b/Messages.php index 397cb38..aca8db4 100644 --- a/Messages.php +++ b/Messages.php @@ -3,7 +3,7 @@ * message package modules * * @author -* @version $Revision: 1.8 $ +* @version $Revision: 1.9 $ * @package messages */ @@ -129,7 +129,7 @@ class Messages extends BitBase { $pListHash['sort_mode'] = 'msg_date_desc'; } - LibertyContent::prepGetList( $pListHash ); + LibertyBase::prepGetList( $pListHash ); $ret = $bindVars = array(); $whereSql = ''; @@ -288,7 +288,7 @@ class Messages extends BitBase { $pListHash["cant"] = $cant + $cant2; - LibertyContent::postGetList( $pListHash ); + LibertyBase::postGetList( $pListHash ); return $ret; } |
