Index: print.php
===================================================================
--- print.php	(revision 164)
+++ print.php	(working copy)
@@ -113,8 +113,9 @@
 						$fakeExtForIE="";
 						if($reportrecord["type"]=="PDF Report")
 							$fakeExtForIE="&ext=.pdf";
+						$dateTimeStamp=date('Ymdhms'); // make the url unique to avoid using browser cache
 						//javascript open each report in new window
-						$tablePrinter->openwindows.="window.open('".$_SESSION["app_path"].$reportrecord["reportfile"]."?tid=".urlencode($tablePrinter->tableid).$fakeExtForIE."','print".$i."');\n";
+						$tablePrinter->openwindows.="window.open('".$_SESSION["app_path"].$reportrecord["reportfile"]."?tid=".urlencode($tablePrinter->tableid).$fakeExtForIE.$dateTimeStamp."','print".$i."');\n";
 					}
 				}
 				$tablePrinter->openwindows.="</script>\n";

