Ignore:
Timestamp:
Jul 23, 2003, 9:49:15 PM (21 years ago)
Author:
z0rglub
Message:

Support of keywords for pictures. They are used in the search

File:
1 edited

Legend:

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

    r26 r33  
    422422
    423423        $page['where'] = ' WHERE (';
    424         $fields = array( 'file', 'name', 'comment' );
     424        $fields = array( 'file', 'name', 'comment', 'keywords' );
    425425        $words = explode( ',', $_GET['search'] );
    426426        $sql_search = array();
Note: See TracChangeset for help on using the changeset viewer.