CMS  Version 3.9
delete_link.inc File Reference

Go to the source code of this file.

Variables

 $link_id = checkNumeric($_GET["link_id"])
 
 $link = new LinkRecord($link_id)
 
 $library = $link->LinkLibrary()
 

Variable Documentation

◆ $library

$library = $link->LinkLibrary()

Definition at line 39 of file delete_link.inc.

◆ $link

$link = new LinkRecord($link_id)

Definition at line 38 of file delete_link.inc.

◆ $link_id

$link_id = checkNumeric($_GET["link_id"])

Definition at line 36 of file delete_link.inc.