Changeset 866

Show
Ignore:
Timestamp:
07/07/08 09:58:21 (2 months ago)
Author:
areski
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/common/lib/Form/Class.ViewHandler.inc.php

    r832 r866  
    1111// ******************** END IF $topviewer ******************************* 
    1212 
    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']; 
    1616$this->FG_ORDER = $_GET['order']; // really need ?! 
    17 $this->FG_SENS = $_GET['sens']; // really need  ? 
     17$this->FG_SENS         = $_GET['sens']; // really need  ? 
    1818 
    1919 
     
    445445        </table> 
    446446        <br><br> 
    447 <?php 
     447<?php  
    448448        }//end_if 
    449449?> 


Google