You are here

function quotes_insert in Quotes 7

Same name and namespace in other branches
  1. 5 quotes.module \quotes_insert()
  2. 6 quotes.module \quotes_insert()

Implements hook_insert().

1 call to quotes_insert()
quotes_update in ./quotes.module
Implements hook_update().

File

./quotes.module, line 490
The quotes module allows users to maintain a list of quotes that can be displayed in any number of administrator-defined quote blocks.

Code

function quotes_insert($node) {
  quotes_import($node);
}