summaryrefslogtreecommitdiff
path: root/FisheyeImage.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-01-06 09:46:13 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-01-06 09:46:13 +0000
commit338ea00e13ad5158ee740e392bd3aaff0a52c687 (patch)
treef32064f49a6eab869f3667f84dfcdcf04a465f5c /FisheyeImage.php
parentec82c618f421112d1bb4fff12b8e1c193c7b1900 (diff)
downloadfisheye-338ea00e13ad5158ee740e392bd3aaff0a52c687.tar.gz
fisheye-338ea00e13ad5158ee740e392bd3aaff0a52c687.tar.bz2
fisheye-338ea00e13ad5158ee740e392bd3aaff0a52c687.zip
rename some methods in BitDbBase to meet bitweaver standards. all changes backwards compatible with deprecated function call message.
Diffstat (limited to 'FisheyeImage.php')
-rw-r--r--FisheyeImage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/FisheyeImage.php b/FisheyeImage.php
index b0c43a4..87aa3aa 100644
--- a/FisheyeImage.php
+++ b/FisheyeImage.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeImage.php,v 1.37 2006/12/27 18:27:00 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeImage.php,v 1.38 2007/01/06 09:46:13 squareing Exp $
* @package fisheye
*/
@@ -616,7 +616,7 @@ class FisheyeImage extends FisheyeBase {
if ( !empty( $pListHash['sort_mode'] ) ) {
//converted in prepGetList()
- $mid .= " ORDER BY ".$this->mDb->convert_sortmode( $pListHash['sort_mode'] )." ";
+ $mid .= " ORDER BY ".$this->mDb->convertSortmode( $pListHash['sort_mode'] )." ";
}
$this->getServicesSql( 'content_list_sql_function', $selectSql, $joinSql, $whereSql, $bindVars );