Changeset 1837 for trunk/picture.php


Ignore:
Timestamp:
Feb 19, 2007, 5:25:47 PM (17 years ago)
Author:
rvelices
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r1827 r1837  
    755755  foreach ($tags as $num => $tag)
    756756  {
    757     $infos['INFO_TAGS'] .= $num ? ' ,' : '';
     757    $infos['INFO_TAGS'] .= $num ? ', ' : '';
    758758    $infos['INFO_TAGS'] .= '<a href="'
    759759      .make_index_url(
Note: See TracChangeset for help on using the changeset viewer.