Change GET fax_uuid to id

This commit is contained in:
Mark Crane
2014-09-09 17:00:22 +00:00
parent 75dc5d6278
commit 8d665a3c0f

View File

@@ -21,7 +21,7 @@ else {
//get the fax_uuid
if (count($_GET) > 0) {
$fax_uuid = check_str($_GET["fax_uuid"]);
$fax_uuid = check_str($_GET["id"]);
}
//additional includes