e
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | session_start(); | 2 | session_start(); |
| 3 | $clientId = $_POST['id']; | 3 | $clientId = $_POST['id']; |
| 4 | $dockets_obj = json_decode($_SESSION['lookup']); | 4 | $dockets_obj = json_decode($_SESSION['lookup']); |
| 5 | // error_log('test error'. $dockets_obj); | 5 | |
| 6 | $opt = " "; | 6 | $opt = " "; |
| 7 | 7 | ||
| 8 | 8 | ... | ... |
-
Please register or sign in to post a comment