Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
dev:grapher-php [2020/11/01 15:44] babdev:grapher-php [2020/11/01 15:59] (current) bab
Line 449: Line 449:
            // $output .= '"description" : "'.$id.'"'."\n";            // $output .= '"description" : "'.$id.'"'."\n";
             $output .= "}\n";             $output .= "}\n";
-            if ($i < count($pages)-1) $output .= ',';+            if ($i <count($pages)-1) $output .= ',';
                  
         }         }
Line 483: Line 483:
 $grapher = new Grapher(); $grapher = new Grapher();
 $grapher->run(); $grapher->run();
 +
  
  
  
 </file> </file>
  • dev/grapher-php.txt
  • Last modified: 2020/11/01 15:59
  • by bab