Ignore:
Timestamp:
Mar 8, 2007, 2:55:49 AM (17 years ago)
Author:
rvelices
Message:
  • plugin administration: small fix during activation phase
  • plugins: added 3 actions in category_cats.inc.php and 1 event that allow a plugin to decide if insertion to #history occurs
  • added a warning in section_init if script_basename() is not index or picture (I think we'll have issues on some servers with this function)
  • web service methods categories.getImages, tags.getImages and images.search return now the image comment
File:
1 edited

Legend:

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

    r1866 r1880  
    376376        }
    377377      }
    378       foreach ( array('name', 'file') as $k )
     378      foreach ( array('file', 'name', 'comment') as $k )
    379379      {
    380380        $image[$k] = $row[$k];
     
    830830        }
    831831      }
    832       foreach ( array('name', 'file') as $k )
     832      foreach ( array('file', 'name', 'comment') as $k )
    833833      {
    834834        $image[$k] = $row[$k];
     
    10361036        }
    10371037      }
    1038       foreach ( array('name', 'file') as $k )
     1038      foreach ( array('file', 'name', 'comment') as $k )
    10391039      {
    10401040        $image[$k] = $row[$k];
Note: See TracChangeset for help on using the changeset viewer.