Changeset 3145 for trunk/tags.php


Ignore:
Timestamp:
Feb 14, 2009, 3:24:10 AM (15 years ago)
Author:
rvelices
Message:

Last (I hope) paranoic optims ...

  • move get_uysername and get_groupname from public to admin/functions.inc.php
  • optim in index.php
  • tags.tpl does not need smarty modifier included
  • move func get_comment_post_key from functions_comment to functions (avoid extra inclusion every time on picture page)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tags.php

    r3049 r3145  
    150150  if (count($letter['tags']) > 0)
    151151  {
    152     $letter['CHANGE_COLUMN'] = false;
     152    unset($letter['CHANGE_COLUMN']);
    153153    $letter['TITLE'] = $current_letter;
    154154    $template->append(
Note: See TracChangeset for help on using the changeset viewer.