Changeset 2548 for modules/branches/2.2/cidlookup
- Timestamp:
- 09/17/06 03:30:23 (7 years ago)
- Files:
-
- modules/branches/2.2/cidlookup/functions.inc.php (modified) (1 diff)
- modules/branches/2.2/cidlookup/page.cidlookup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/cidlookup/functions.inc.php
r2542 r2548 302 302 return true; 303 303 } 304 305 304 ?> modules/branches/2.2/cidlookup/page.cidlookup.php
r2128 r2548 64 64 //get details for this source 65 65 $thisItem = cidlookup_get($itemid); 66 } else { 67 $thisItem = Array( 'description' => null, 'sourcetype' => null, 'cache' => null); 66 68 } 67 69
