]> git.mjollnir.org Git - moodle.git/commit
accesslib: replace join() and sql_intarray_to_in() with implode()
authormartinlanghoff <martinlanghoff>
Wed, 19 Sep 2007 07:47:11 +0000 (07:47 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 19 Sep 2007 07:47:11 +0000 (07:47 +0000)
commit41709a387f527db3afe696c4e39e787308fd42b9
tree7c4c956fcbb22ca3ac76842538bc69f213b727ee
parent0c13a90844e3715b708b334ee5c0d263abd5ab02
accesslib: replace join() and sql_intarray_to_in() with implode()

implode() is the PHP-ish way of saying this. join() is too Perlish and
may get confused (or misgrepped) with a SQL JOIN.
lib/accesslib.php