]> git.mjollnir.org Git - moodle.git/commit
Introducing sql_concat() - and use it in sql_fullname()
authormartinlanghoff <martinlanghoff>
Tue, 26 Sep 2006 05:02:59 +0000 (05:02 +0000)
committermartinlanghoff <martinlanghoff>
Tue, 26 Sep 2006 05:02:59 +0000 (05:02 +0000)
commit0ce96669c97beef23c6875953bfc15c79f42e1ce
tree3cf8a5da193232e58f12e9880af53cc86166aae0
parent6e58026b29a7904d657a518283a85ebd8b0c6595
Introducing sql_concat() - and use it in sql_fullname()

sql_concat() is just a passthrough to $db->Concat() -- it doesn't
add any value, and I think the dispatching is somewhat expensive.

Just using $db->Concat() should be good enough, were it not for
consistency in our DM API.
lib/dmllib.php