Changeset 12722

Show
Ignore:
Timestamp:
10/02/11 10:45:08 (2 years ago)
Author:
mbrevda
Message:

closes #5389 - dont call non existant function. Thanks 1sae!

Files:

Legend:

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

    r12023 r12722  
    234234 
    235235    if(strstr($key,'0') !== false) { 
    236       debug("user pressed 0 - bailing out"); 
     236      dbug("user pressed 0 - bailing out"); 
    237237      $this->bail(); 
    238238    } 
  • modules/branches/2.9/directory/module.xml

    r12531 r12722  
    33  <repo>standard</repo> 
    44  <name>Directory</name> 
    5   <version>2.9.0.11</version> 
     5  <version>2.9.0.12</version> 
    66  <publisher>Schmoozecom.com</publisher> 
    77  <license>GPLv2+</license> 
     
    1616  </depends> 
    1717  <changelog> 
     18  *2.9.0.12* #5389   
    1819  *2.9.0.11* #5310 
    1920  *2.9.0.10* #5262