[Rt-commit] r4202 - in rt/branches/3.7-EXPERIMENTAL: . html/Prefs

ruz at bestpractical.com ruz at bestpractical.com
Thu Dec 1 14:58:25 EST 2005


Author: ruz
Date: Thu Dec  1 14:58:24 2005
New Revision: 4202

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Prefs/SearchOptions.html
Log:
 r1366 at cubic-pc:  cubic | 2005-11-24 15:41:55 +0300
 * tiny bits


Modified: rt/branches/3.7-EXPERIMENTAL/html/Prefs/SearchOptions.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Prefs/SearchOptions.html	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Prefs/SearchOptions.html	Thu Dec  1 14:58:24 2005
@@ -1,4 +1,3 @@
-
 %# BEGIN BPS TAGGED BLOCK {{{
 %# 
 %# COPYRIGHT:
@@ -62,7 +61,6 @@
 
 <& /Elements/Submit, Name => 'SavePreferences', Label => loc('Save Changes') &>
 </form>
-
 <%INIT>
 
 # {{{ If we're saving search preferences, do that now
@@ -86,8 +84,7 @@
 
 
 # Read from user preferences
-my $prefs = $session{'CurrentUser'}->UserObj->Preferences("SearchDisplay") || {}
-;
+my $prefs = $session{'CurrentUser'}->UserObj->Preferences("SearchDisplay") || {};
 
 $Format      ||= $prefs->{'Format'};
 $Order       ||= $prefs->{'Order'} || 'ASC';


More information about the Rt-commit mailing list