Ignore:
Timestamp:
Nov 3, 2009, 11:17:17 AM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Continue entry creation in DB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/template/autolog_new.js

    r4173 r4178  
    630630  }
    631631  if ((!ec_is_creation && !t1) ||
    632     de('ec_in_up_forced_id').checked != ''
     632    (de('ec_in_up_forced_id').checked != '' && de('ec_sel_code_old').checked != '')
    633633  ) return confirm(ec_JS_message['ec_confirm_del_other']);
    634634  return true;
Note: See TracChangeset for help on using the changeset viewer.