Changeset 5181

Show
Ignore:
Timestamp:
10/30/07 14:14:08 (6 years ago)
Author:
p_lindheimer
Message:

fixed typo in default setting

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4/dictate/functions.inc.php

    r5179 r5181  
    168168  if (!$ena) { $ena = "disabled"; } 
    169169  // Default format is ogg 
    170   if (!$format) { $foramt = "ogg"; } 
     170  if (!$format) { $format = "ogg"; } 
    171171 
    172172  return array('enabled' => $ena, 'format' => $format, 'email' => $email);