Ignore:
Timestamp:
Jan 27, 2007, 7:20:58 PM (17 years ago)
Author:
rvelices
Message:
  • added missing get_sql_condition_FandF in calendar
  • cat list removed closing element tags never opened
  • removed php warning from web service (cant get the result)
File:
1 edited

Legend:

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

    r1758 r1759  
    159159    $clauses[] = $tbl_name.'tn_ext IS NOT NULL';
    160160  }
    161   // Squared picture to show to rvelices how to solve that kind of request
    162   if ( $params['f_square_ratio'] )
    163   {
    164     $clauses[] = $tbl_name.'width/'.$tbl_name.'height BETWEEN '
    165                . $params['f_square_ratio'] . ' AND '
    166                . (2 - $params['f_square_ratio']) ;
    167   }
    168161  return $clauses;
    169162}
Note: See TracChangeset for help on using the changeset viewer.