]> git.mjollnir.org Git - moodle.git/commit
Fixed accessing the first character from string{0} to string[0]
authormudrd8mz <mudrd8mz>
Mon, 3 Aug 2009 10:54:29 +0000 (10:54 +0000)
committermudrd8mz <mudrd8mz>
Mon, 3 Aug 2009 10:54:29 +0000 (10:54 +0000)
commit29afd52b1035df696fcdd055eafaf5411e583d4f
treebc68f5c0ee98adc03c350d26a075ff33e3b0a992
parent0a127169fe7216fb1e3b8e1011adf88925b21769
Fixed accessing the first character from string{0} to string[0]

"...Strings may also be accessed using braces, as in $str{42}, for the same
purpose. However, this syntax is deprecated as of PHP 6. Use square brackets
instead." (http://cz2.php.net/manual/en/language.types.string.php)
pluginfile.php