|
|
Posted 07/11/2006 06:52:45 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 18/06/2007 09:00:52
Posts: 2,
Visits: 5
|
|
| If I create a new article with the title "How do I create a...", the word "create" is removed after I click Save Article, and the title becomes "How do I a..." What's going on?!?
|
|
|
|
Posted 07/11/2006 11:32:47 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 02/01/2007 14:49:07
Posts: 4,
Visits: 7
|
|
No idea why it happens, but I've long had the same problem with the word "delete".
I find though, if I just reenter the word, and click Save it tends to keep it the second time.
|
|
|
|
Posted 07/11/2006 12:55:29 |
|
|
Support Supremo
      
Group: Customers
Last Login: 13/11/2008 12:44:07
Posts: 568,
Visits: 2,507
|
|
| Yes it has been removed because there is a function that checks if there are any supiscious words like: ;, --, create, drop, select, insert, delete, update, union, sp_, xp_. You can alter it in the FormatRemoveSQL function of the StringUtility class in the Security.vb file.
|
|
|
|
Posted 09/11/2006 04:04:09 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 18/06/2007 09:00:52
Posts: 2,
Visits: 5
|
|
| Thanks for that - at least I now know what the "problem" is. I had already hit upon the workaround, but thanks for information.
|
|
|
|