pakord![]() 2007-06-15 13:19 | Hello, » Quick.Cart v2.xRobert Paluch, CZ |
treewood (OpenSolution)2007-06-15 17:25 | pakord - you have something not correct. It must be === not ==. "===" check by type and value. "==" check only by value. Then it must be "===" |
pakord![]() 2007-06-20 11:50 | Yes i know. Operator "===" compares two things 1)values 2)types pakord |
wewior (OpenSolution)2007-06-20 14:38 | pakord << you should check why on your server compare operator "===" not work in that case, (check it on simple values in some script) because it may cause problems in another scripts too. |
pakord![]() 2007-06-22 12:57 | Ok thanx for advice, i will try it... |