Changeset 6698

Show
Ignore:
Timestamp:
09/12/08 00:51:33 (5 years ago)
Author:
p_lindheimer
Message:

fixes #3186 syntax error (luckily the automated tools would not have let this get published :-) )

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/callwaiting/install.php

    r6665 r6698  
    1010 
    1111// Register FeatureCode - Deactivate 
    12 $cwd = _("Call Waiting - Deactivate") 
     12$cwd = _("Call Waiting - Deactivate"); 
    1313$fcc = new featurecode('callwaiting', 'cwoff'); 
    1414$fcc->setDescription($cwd);