diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-02-19 16:25:47 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-02-19 16:25:47 +0000 |
commit | c3614fd12c2296a7410d6bd26f35f988a4dd49f1 (patch) | |
tree | aa9cb100d39f5fedc8f9288012ab6d0628981b1a /include/config_default.inc.php | |
parent | c8bc5c665dff485a3a233e23c6eaa78930f8766f (diff) |
web service: added method to query search elements
picture: small correction on my last commit
monthly calendar nice view: always use getimagesize instead of guessing the size
query search: improved results (filename is searched separately) and sometimes less sql queries than before
git-svn-id: http://piwigo.org/svn/trunk@1837 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 110accd46..cd02ce597 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -115,9 +115,7 @@ $conf['calendar_show_empty'] = true; // width and the height of a cell in the monthly calendar when viewing a // given month. a value of 0 means that the pretty view is not shown. // a good suggestion would be to have the width and the height equal -// and smaller than tn_width and tn_height. NOTE THAT tn_width AND tn_height -// MUST CORRESPOND APPROXIMATIVELY TO YOUR REAL THUMBNAIL SIZE, OTHERWISE -// THE IMAGES WILL NOT SHOW CORRECTLY +// and smaller than tn_width and tn_height. $conf['calendar_month_cell_width'] =80; $conf['calendar_month_cell_height']=80; |