From: Enrico Tassi Date: Fri, 17 Mar 2006 10:04:13 +0000 (+0000) Subject: go X-Git-Tag: make_still_working~7495 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=f80dc5a74f0134e408a2507593d07ce14743d889;p=helm.git go --- diff --git a/helm/software/matita/scripts/public_html/common.php b/helm/software/matita/scripts/public_html/common.php index ca853603d..6668b6d68 100644 --- a/helm/software/matita/scripts/public_html/common.php +++ b/helm/software/matita/scripts/public_html/common.php @@ -1,5 +1,7 @@ $v){ echo ""; diff --git a/helm/software/matita/scripts/public_html/showquery.php b/helm/software/matita/scripts/public_html/showquery.php index 886cb3390..8b54a76fa 100644 --- a/helm/software/matita/scripts/public_html/showquery.php +++ b/helm/software/matita/scripts/public_html/showquery.php @@ -28,7 +28,7 @@ function prettify($s,$name) { } function printer($q){ - static $i = 0; + global $i; echo ""; if ( $i == 0) { foreach( $q as $name => $txt) { @@ -54,7 +54,7 @@ function printer($q){

QUERY results

- $q) { ?> + $q) { $i=0;?>