Ignore:
Timestamp:
Sep 23, 2008, 3:04:41 AM (16 years ago)
Author:
rvelices
Message:
  • removed #debug css rule (why would we need that in default-layout?)
  • order by rank is not available in calendar/chronology mode
  • small non-functional change in functions_search.inc.php (handy for plugin)
  • unused variables/smaller code/unused params in func call
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_functions.inc.php

    r2569 r2572  
    3030function ws_isInvokeAllowed($res, $methodName, $params)
    3131{
    32   global $conf, $calling_partner_id;
     32  global $conf;
    3333
    3434  if ( strpos($methodName,'reflection.')===0 )
     
    416416      $row[$key] = (int)$row[$key];
    417417    }
    418    
     418
    419419    array_push($cats, $row);
    420420  }
Note: See TracChangeset for help on using the changeset viewer.