You are here

function smiley_modules_disabled in Smiley 7.2

Implements hook_modules_disabled().

File

./smiley.module, line 41
A framework for replacing text smileys with images.

Code

function smiley_modules_disabled($modules) {

  // Rebuild the smiley cache.
  _smiley_get_smileys(TRUE);
}