Changeset 1441 for trunk/admin/tags.php


Ignore:
Timestamp:
Jul 8, 2006, 11:08:48 AM (18 years ago)
Author:
plg
Message:

merge -r1439:1440 from branch 1.6 to trunk (bug 455 fixed: deleting a tag
also add a tag if "add tag" box filled).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/tags.php

    r1119 r1441  
    148148// +-----------------------------------------------------------------------+
    149149
    150 if (isset($_POST['add_tag']) and !empty($_POST['add_tag']))
     150if (isset($_POST['add']) and !empty($_POST['add_tag']))
    151151{
    152152  if (function_exists('mysql_real_escape_string'))
Note: See TracChangeset for help on using the changeset viewer.