Changeset 1440


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

bug 455 fixed: deleting a tag also add a tag if "add tag" box filled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/admin/tags.php

    r1119 r1440  
    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.