Changeset 1125 for trunk/install


Ignore:
Timestamp:
Apr 5, 2006, 4:01:36 AM (18 years ago)
Author:
rvelices
Message:

image sort order for tags

very minor code and language simplifications and corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/db/19-database.php

    r1119 r1125  
    8181      $tag_id[$keyword] = $current_id++;
    8282    }
    83    
     83
    8484    if (!isset($tag_images[ $tag_id[$keyword] ]))
    8585    {
     
    103103    );
    104104}
     105if (!empty($datas))
    105106mass_inserts(
    106107  PREFIX_TABLE.'tags',
     
    124125}
    125126
     127if (!empty($datas))
    126128mass_inserts(
    127129  PREFIX_TABLE.'image_tag',
Note: See TracChangeset for help on using the changeset viewer.