~ubuntu-branches/ubuntu/lucid/squirrelmail-spam-buttons/lucid

« back to all changes in this revision

Viewing changes to report.php

  • Committer: Bazaar Package Importer
  • Author(s): Jan Hauke Rahm
  • Date: 2009-11-04 09:25:31 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091104092531-2ug6uzdbs5zezv77
Tags: 2.3.1-1
* New upstream release
  + Fixed regression in version 2.3 that resulted in the loss of correct
    pagination information when using buttons on the message list screen

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
   sqGetGlobalVar('passed_ent_id',   $passed_ent_id,  SQ_FORM);
99
99
   sqGetGlobalVar('REQUEST_METHOD',  $method,         SQ_SERVER);
100
100
 
101
 
   if (sqGetGlobalVar('location', $location, SQ_FORM))
102
 
      $location = htmlspecialchars($location);
 
101
   if (sqGetGlobalVar('location', $location, SQ_POST))
 
102
      { /* $location = htmlspecialchars($location); */ }
103
103
   else
104
104
      $location = php_self();
105
105