You are here

function shurly_disable_url in ShURLy 7

Same name and namespace in other branches
  1. 8 shurly.module \shurly_disable_url()

File

./shurly.module, line 1396
description http://www.youtube.com/watch?v=Qo7qoonzTCE

Code

function shurly_disable_url(&$shurly_item, $context) {
  shurly_set_link_active($shurly_item->rid, 0);
}