diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-01-27 18:20:58 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-01-27 18:20:58 +0000 |
commit | 9ab24e423b52e7f9503e849a403e3757033d91d1 (patch) | |
tree | cf4fe386bc82857c1fc19df0b6b332e4147c77c0 /include/ws_functions.inc.php | |
parent | b003303bc300680d0ce97873b5262ac7001fd90b (diff) |
- 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)
git-svn-id: http://piwigo.org/svn/trunk@1759 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/ws_functions.inc.php')
-rw-r--r-- | include/ws_functions.inc.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php index 511bbe31f..f4e58cd37 100644 --- a/include/ws_functions.inc.php +++ b/include/ws_functions.inc.php @@ -158,13 +158,6 @@ function ws_std_image_sql_filter( $params, $tbl_name='' ) { $clauses[] = $tbl_name.'tn_ext IS NOT NULL'; } - // Squared picture to show to rvelices how to solve that kind of request - if ( $params['f_square_ratio'] ) - { - $clauses[] = $tbl_name.'width/'.$tbl_name.'height BETWEEN ' - . $params['f_square_ratio'] . ' AND ' - . (2 - $params['f_square_ratio']) ; - } return $clauses; } |