Quote:
Today at 05:10 PM Scott MacVicar said this in Post #8
That script doesn't reflect what the vB3 core looks like.
1. PHP treats 1/true and 0/false the same
2. The array keys not in strings, i couldn't find any of these in the scripts. Please do show me where it is.
3. The line limit is exceeded by some HTML which isn't in any of the vB code.
|
1. I know, but for readability, true/false sure is prettier
2. Line 327: "$index[Key_name]" should be $index['Key_name'], technically.
3. Lines 332, 335, and 346 are (mostly) PHP.