Difference for server/c_object.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 336
 
Line 336
  else   else
  esrv_send_item (pl, tmp2);   esrv_send_item (pl, tmp2);
     } else {      } else {
    /* If the object is in a container, send a delete to the client.
    * - we are moving all the items from the container to elsewhere,
    * so it needs to be deleted.
    */
    if (tmp->env)
        esrv_del_item (pl->contr, tmp->count);
  remove_ob(tmp); /* Unlink it */   remove_ob(tmp); /* Unlink it */
     }      }
     if(QUERY_FLAG(tmp, FLAG_UNPAID))      if(QUERY_FLAG(tmp, FLAG_UNPAID))


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:29