Changeset 12530

Show
Ignore:
Timestamp:
09/18/11 07:43:38 (2 years ago)
Author:
mbrevda
Message:

closes #5310 - match entered digit to posoble matches even if its in position 0 of the string

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/directory/agi-bin/directory.agi

    r12305 r12530  
    110110    }  
    111111 
    112     if(trim($ret['result']) && strpos($validkeys, trim($ret['result']))){ 
     112    if(trim($ret['result']) && strpos($validkeys, trim($ret['result'])) !== false){ 
    113113      call($matches[$ret['result']-1]); 
    114114    } 
  • modules/branches/2.9/directory/module.xml

    r12306 r12530  
    33  <repo>standard</repo> 
    44  <name>Directory</name> 
    5   <version>2.9.0.10</version> 
     5  <version>2.9.0.11</version> 
    66  <publisher>Schmoozecom.com</publisher> 
    77  <license>GPLv2+</license> 
     
    1616  </depends> 
    1717  <changelog> 
     18  *2.9.0.11* #5310 
    1819  *2.9.0.10* #5262 
    1920  *2.9.0.9* #5127, #5054, #5049, #5140, #5142