diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-09-14 07:06:33 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-09-14 07:06:33 +0000 |
| commit | d079291da99440ecd92c7dc69d02c1423c7cc764 (patch) | |
| tree | ee4f5ce0b2ee93a1c6377b556d532f5ac129f809 /FisheyeGallery.php | |
| parent | b5fa4a2467ed735f24d9b35c3a55ac51e1aa1740 (diff) | |
| download | fisheye-d079291da99440ecd92c7dc69d02c1423c7cc764.tar.gz fisheye-d079291da99440ecd92c7dc69d02c1423c7cc764.tar.bz2 fisheye-d079291da99440ecd92c7dc69d02c1423c7cc764.zip | |
rename valid_sort_modes hash key and update to take more sort modesPRE_LIB_ATTACHMENT_REFACTOR
Diffstat (limited to 'FisheyeGallery.php')
| -rw-r--r-- | FisheyeGallery.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FisheyeGallery.php b/FisheyeGallery.php index 0d98cf3..c8b0e5f 100644 --- a/FisheyeGallery.php +++ b/FisheyeGallery.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeGallery.php,v 1.64 2007/09/05 01:25:24 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_fisheye/FisheyeGallery.php,v 1.65 2007/09/14 07:06:33 squareing Exp $ * @package fisheye */ @@ -566,7 +566,7 @@ vd( $this->mErrors ); function getList( &$pListHash ) { global $gBitUser,$gBitSystem, $gBitDbType; - $pListHash['sort_modes'] = array( 'real_name', 'login', 'hits', 'title', 'created', 'last_modified' ); + $pListHash['valid_sort_modes'] = array( 'real_name', 'login', 'hits', 'title', 'created', 'last_modified', 'last_hit', 'event_time', 'ip' ); $this->prepGetList( $pListHash ); $bindVars = array(); |
