Menu

#66 LANG and THEME may change also pop users

closed-fixed
None
5
2006-08-14
2006-08-09
DaLiV
No

--- ./action.php 2006-07-18 01:30:24.000000000 +0300
+++ ../action.php 2006-08-09 11:29:30.755598000 +0300
@@ -499,11 +499,11 @@
if (isset($_REQUEST['sent_folder_name'])) {
$replace =
str_replace($_SESSION['imap_namespace'], "",
$_REQUEST['sent_folder_name']);
$user_prefs->sent_folder_name =
safestrip($replace);
+ }
if (isset($_REQUEST['lang']))
$user_prefs->lang = $_REQUEST['lang'];
if (isset($_REQUEST['theme']))
$user_prefs->theme = $_REQUEST['theme'];
- }

// Commit preferences
$user_prefs->commit($ev);

Discussion

  • DaLiV

    DaLiV - 2006-08-09

    Logged In: YES
    user_id=123712

    --- ./prefs.php 2006-06-24 01:30:12.000000000 +0300
    +++ ../../-/html/prefs.php 2006-07-18
    16:38:22.000000000 +0300
    @@ -122,6 +122,7 @@
    <select class="button"
    name="sent_folder_name"><?php echo join('', $select_list)
    ?></select>
    </td>
    </tr>
    + <?php } ?>
    <tr>
    <td class="prefsLabel"><?php echo $html_lang ?>
    :</td>
    <td class="prefsData">
    @@ -162,7 +163,6 @@
    </td>
    </tr>
    <?php } ?>
    - <?php } ?>
    <tr>
    <td colspan="2" class="center">
    <?php

     
  • Anonymous

    Anonymous - 2006-08-14

    Logged In: YES
    user_id=529507

    Fixed in CVS.

    It'll be included in next release.

    But you can download daily snapshots at :
    http://nocc.sourceforge.net/download/

    Thanks for the patch.

     
  • Anonymous

    Anonymous - 2006-08-14
    • assigned_to: nobody --> goddess_skuld
    • status: open --> closed-fixed
     

Log in to post a comment.