Преглед изворни кода

fix for weird &quot in subject instead of "

stekkel пре 23 година
родитељ
комит
904ef81cfa
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      plugins/listcommands/setup.php

+ 3 - 1
plugins/listcommands/setup.php

@@ -22,7 +22,9 @@ function squirrelmail_plugin_init_listcommands () {
 
 function plugin_listcommands_menu() {
     global $imapConnection, $passed_id, $color, $mailbox,
-           $subject, $ent_num, $priority_level, $compose_new_win;
+           $message, $ent_num, $priority_level, $compose_new_win;
+
+    $subject = trim($message->header->subject);
 
     /**
      * Array of commands we can deal with from the header. The Reply option