Changeset 3147 for branches/2.0/tags.php


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

merge 3145-3146 from trunk
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
  • branches/2.0/tags.php

    r3046 r3147  
    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.