Files @ 9b5ec6eedb5a
Branch filter:

Location: libtransport.git/spectrum_manager/src/html/users/list.shtml

Vitaly Takmazov
MySQLBackend: prepared statement results buffering, fixes #183

* cleanup unused code
* use mysql error constants instead of magic numbers
1
2
3
4
5
6
7
8
9
<!--#include virtual="/header.shtml" -->

<script type="text/javascript">
$(function() {
	show_users();
});
</script>

<!--#include virtual="/footer.shtml" -->