Skip to content
Snippets Groups Projects

Fixed typo in link. Fixed example page.

Merged Martinez, Eric M. requested to merge github/fork/emartinez-usgs/link-typo into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -14,7 +14,8 @@ if (!isset($TEMPLATE)) {
include_once '../src/conf/config.inc.php';
include_once '../src/lib/classes/StationTelemetryFactory.class.php';
$stf = new StationTelemetryFactory($DB);
$stf = new StationTelemetryFactory($CONFIG['DB_DSN'],
$CONFIG['DB_USER'], $CONFIG['DB_PASS']);
print '<pre>';
print_r($stf->getTelemetrys());
Loading