diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-01-06 09:46:19 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-01-06 09:46:19 +0000 |
| commit | 6b538ed6fe68669807edef13974bc543c973c7d9 (patch) | |
| tree | ccc0cb52821030471c78bfb9e483f19217fed292 | |
| parent | 881be9228acb5f20dff31f7f1566f1c053ba9945 (diff) | |
| download | nexus-6b538ed6fe68669807edef13974bc543c973c7d9.tar.gz nexus-6b538ed6fe68669807edef13974bc543c973c7d9.tar.bz2 nexus-6b538ed6fe68669807edef13974bc543c973c7d9.zip | |
rename some methods in BitDbBase to meet bitweaver standards. all changes backwards compatible with deprecated function call message.
| -rw-r--r-- | Nexus.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * * @abstract * @author xing <xing@synapse.plus.com> -* @version $Revision: 1.17 $ +* @version $Revision: 1.18 $ * @package nexus */ @@ -84,7 +84,7 @@ class Nexus extends NexusSystem { $bindVars[] = '%'.strtoupper( $pFindString ).'%'; } if( $pSortMode ) { - $mid .= " ORDER BY ".$this->mDb->convert_sortmode( $pSortMode )." "; + $mid .= " ORDER BY ".$this->mDb->convertSortmode( $pSortMode )." "; } $query = 'SELECT nm.`menu_id` FROM `'.BIT_DB_PREFIX.'nexus_menus` nm'.$mid; |
