Ignore:
Timestamp:
Jun 3, 2011, 6:40:25 PM (13 years ago)
Author:
patdenice
Message:

bug:2326
Mysql error on picture_modify if tag input is empty.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/picture_modify.php

    r11039 r11220  
    165165  // time to deal with tags
    166166  $tag_ids = array();
    167   if (isset($_POST['tags']))
     167  if (!empty($_POST['tags']))
    168168  {
    169169    $tag_ids = get_tag_ids($_POST['tags']);
Note: See TracChangeset for help on using the changeset viewer.