Ignore:
Timestamp:
Nov 4, 2009, 12:28:23 AM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Entry creation in DB OK.

File:
1 edited

Legend:

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

    r4178 r4179  
    436436           ].label
    437437          )[0];
    438           ec_new_user_text = ec_new_user_text.substr(0, 32);
     438          ec_new_user_text = ec_new_user_text.substr(0, 50);
    439439          t2 = ec_new_user_text;
    440440        break;
     
    449449          else */ ec_new_user_text = ec_reg_cat3.exec(ec_cat_sel)[1];
    450450          ec_new_user_text = ec_new_user_text.replace(/\s/g, '_');
    451           ec_new_user_text = ec_new_user_text.substr(0, 32);
     451          ec_new_user_text = ec_new_user_text.substr(0, 50);
    452452          t2 = ec_new_user_text;
    453453        if (ec_selected_action == 'ec_input_action_img') {
Note: See TracChangeset for help on using the changeset viewer.