[docs] Change in QueryTag made by Brent Kelly

Wiki Watch docs@icdevgroup.org
Thu Jan 16 15:45:00 2003


You can visit the live page at this URL:
http://www.icdevgroup.org/i/doc/wiki/QueryTag.html

--- tmp/8oINNmwB:210.54.178.22.previous	Thu Jan 16 15:44:36 2003
+++ tmp/8oINNmwB:210.54.178.22.current	Thu Jan 16 15:44:36 2003
@@ -151,7 +151,7 @@
     $out = $Tag->uneval( $results );
     
     #loop through each row & display the fields
-    foreach my $row (@$results) {
+    foreach my $row (@$hash_results) {
        $out .= '<p>sku: ' . $row->{sku} . '<br>price: ' . $row->{price} . '<br>description: ' . $row->{description};
     }
     return $out;