summaryrefslogtreecommitdiff
path: root/www/add.php
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-06-22 13:27:11 +0000
committerIan C <ianc@noddybox.co.uk>2018-06-22 13:27:11 +0000
commit840c543df8fa62a0417e53c632751f03185f17a4 (patch)
tree2001491cbd0cf5dd6be16accbb573caad20a759f /www/add.php
parent7964a8ba3dd041511c483b7f220b6d14d71ef69e (diff)
Fixed up data access pages.
Diffstat (limited to 'www/add.php')
-rw-r--r--www/add.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/add.php b/www/add.php
index d70fca9..fe21344 100644
--- a/www/add.php
+++ b/www/add.php
@@ -45,7 +45,7 @@ try
}
catch(PDOException $e)
{
- result["error"] = "DB error:" . $e->getMessage();
+ $result["error"] = "DB error:" . $e->getMessage();
}
header("Content-type:application/json");