Changeset 866
- Timestamp:
- 07/07/08 09:58:21 (2 months ago)
- Files:
-
- trunk/common/lib/Form/Class.ViewHandler.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/common/lib/Form/Class.ViewHandler.inc.php
r832 r866 11 11 // ******************** END IF $topviewer ******************************* 12 12 13 $stitle = $_GET['stitle'];14 $ratesort = $_GET['ratesort'];15 $current_page = $_GET['current_page'];13 $stitle = $_GET['stitle']; 14 $ratesort = $_GET['ratesort']; 15 $current_page = $_GET['current_page']; 16 16 $this->FG_ORDER = $_GET['order']; // really need ?! 17 $this->FG_SENS = $_GET['sens']; // really need ?17 $this->FG_SENS = $_GET['sens']; // really need ? 18 18 19 19 … … 445 445 </table> 446 446 <br><br> 447 <?php 447 <?php 448 448 }//end_if 449 449 ?>
