/[drupal]/contributions/modules/stumble/stumble.module
ViewVC logotype

Diff of /contributions/modules/stumble/stumble.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.2.3.4.1, Thu Oct 23 05:39:24 2008 UTC revision 1.2.2.3.4.2, Wed Jan 28 17:28:09 2009 UTC
# Line 155  function stumble_variable_get($name) { Line 155  function stumble_variable_get($name) {
155      $defaults = stumble_variables();      $defaults = stumble_variables();
156    }    }
157    if (!isset($defaults[$name])) {    if (!isset($defaults[$name])) {
158      watchdog('stumble', 'Default variable for %variable not found.', array('%variable' => $name));      watchdog('stumble', t('Default variable for %variable not found.', array('%variable' => $name)), WATCHDOG_WARNING);
159      return NULL;      return NULL;
160    }    }
161    else {    else {

Legend:
Removed from v.1.2.2.3.4.1  
changed lines
  Added in v.1.2.2.3.4.2

  ViewVC Help
Powered by ViewVC 1.1.2