You are here

function alchemy_util in Alchemy 7

Same name and namespace in other branches
  1. 6 alchemy.module \alchemy_util()

@todo Please document this function.

See also

http://drupal.org/node/1354

1 string reference to 'alchemy_util'
alchemy_menu in ./alchemy.module
Implements hook_menu().

File

./alchemy.module, line 55
$Id: alchemy.module,v 1.1.2.3 2010/11/17 21:17:48 tomdude48 Exp $

Code

function alchemy_util($node = NULL, $type = NULL) {

  // $ret = libraries_get_path('AlchemyAPI');
  return 'OK';
}