Re: [AppDB] Redisplay the input form and display the errors take 2

2005-06-29 Thread Chris Morgan
Maybe its just on my machine where they are enabled and not locally overridden. Ahh, I just looked through the code path and compile_insert_string() addslashes() each of the values it gets passed. We should probably refuse to function if magic quotes is enabled, otherwise all of the database entr

Re: [AppDB] Redisplay the input form and display the errors take 2

2005-06-29 Thread Paul van Schayck
Hey, On 6/29/05, Tony Lambregts <[EMAIL PROTECTED]> wrote: > Chris and I talked on IRC and it turns out that magic_quotes_gpc are > turned "on" in php.ini on the production server and not on mine so we > needed a stripslashes() on the version description. They are supposed to be off! Check our .h