Changeset 10002

Show
Ignore:
Timestamp:
11/22/08 03:21:03 (2 months ago)
Author:
afz
Message:

set default component name for delete registry key method

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jaws/html/include/Jaws/Registry.php

    r9996 r10002  
    386386     * @param   string  $comp Component's name 
    387387     */ 
    388     function DeleteKey($key, $comp
     388    function DeleteKey($key, $comp = 'Jaws'
    389389    { 
    390390        if ($this->KeyExists($key, $comp)) {