diff php/read/updateLink.php @ 42:3f400072bf14

merge, involved ediff3 wrt getAmazonInfo.php
author Charlie Root
date Sat, 05 Jan 2019 06:21:12 -0500
parents f024f2f08994
children a67bf725e87b
line wrap: on
line diff
--- a/php/read/updateLink.php	Sun Jul 30 05:36:48 2017 -0400
+++ b/php/read/updateLink.php	Sat Jan 05 06:21:12 2019 -0500
@@ -6,7 +6,10 @@
 echo $change;
 $dir = strval($_GET['dir']);
 echo $dir;
-$userID = strval($_GET['userID']);
+$userID="";
+if (isset($_GET['userID'])) {
+    $userID = strval($_GET['userID']);
+  }
 echo $userID;
 
 include "../../../private/db.php";