|
@@ -3996,7 +3996,6 @@ function api_get_access_urls($from = 0, $to = 1000000, $order = 'url', $directio
|
|
function api_get_access_url($id) {
|
|
function api_get_access_url($id) {
|
|
global $_configuration;
|
|
global $_configuration;
|
|
$id = Database::escape_string(intval($id));
|
|
$id = Database::escape_string(intval($id));
|
|
- $result = array(); // Is this line necessary?
|
|
|
|
// Calling the Database:: library dont work this is handmade.
|
|
// Calling the Database:: library dont work this is handmade.
|
|
//$table_access_url = Database::get_main_table(TABLE_MAIN_ACCESS_URL);
|
|
//$table_access_url = Database::get_main_table(TABLE_MAIN_ACCESS_URL);
|
|
$table = 'access_url';
|
|
$table = 'access_url';
|