issue27, also let the export contain date-search-based views if needed
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 14 Jul 2007 13:53:24 +0000 (13:53 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 14 Jul 2007 13:53:24 +0000 (13:53 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@203 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot.class.php

index 860b5de0d97d73e5811d2d0270a283e1184afa22..4cdf3039541794ee1a4fe9550df2a7c440722321 100644 (file)
@@ -1252,6 +1252,9 @@ class PHPFSPOT {
          if($current_tags != "") {
             $orig_url.= "&tags=". $current_tags;
          } 
+         if(isset($_SESSION['from_date']) && isset($_SESSION['to_date'])) {
+            $orig_url.= "&from_date=". $_SESSION['from_date'] ."&to_date=". $_SESSION['to_date'];
+         }
 
          $thumb_url = $protocol ."://". $server_name . $this->cfg->web_path ."phpfspot_img.php?idx=". $picture ."&width=". $this->cfg->thumb_width;