Changeset 10002
- Timestamp:
- 11/22/08 03:21:03 (2 months ago)
- Files:
-
- trunk/jaws/html/include/Jaws/Registry.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jaws/html/include/Jaws/Registry.php
r9996 r10002 386 386 * @param string $comp Component's name 387 387 */ 388 function DeleteKey($key, $comp )388 function DeleteKey($key, $comp = 'Jaws') 389 389 { 390 390 if ($this->KeyExists($key, $comp)) {
