Changeset 10769

Show
Ignore:
Timestamp:
12/29/10 21:09:48 (2 years ago)
Author:
p_lindheimer
Message:

undefined variable

Files:

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  
    254254    $opts   = explode('/', $extdisplay); 
    255255    $extension  = $opts['0']; 
    256     $cidnum   = $opts['1']
     256    $cidnum   = isset($opts['1']) ? $opts['1'] : ''
    257257  }else{ 
    258258    $extension  = $extension;