Change GET fax_uuid to id

This commit is contained in:
Mark Crane
2014-09-09 17:00:22 +00:00
parent b30b829bcd
commit cf22f2e279

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