Changeset 10769
- Timestamp:
- 12/29/10 21:09:48 (2 years ago)
- Files:
-
- modules/branches/2.9 (modified) (1 prop)
- modules/branches/2.9/languages/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9
- Property svnmerge-integrated changed from /modules/branches/bootstrap-2.9:1-10625,10637-10638,10641-10759 /modules/branches/2.8:1-10750 to /modules/branches/bootstrap-2.9:1-10625,10637-10638,10641-10759,10768 /modules/branches/2.8:1-10750
modules/branches/2.9/languages/functions.inc.php
r10760 r10769 254 254 $opts = explode('/', $extdisplay); 255 255 $extension = $opts['0']; 256 $cidnum = $opts['1'];256 $cidnum = isset($opts['1']) ? $opts['1'] : ''; 257 257 }else{ 258 258 $extension = $extension;
