phpbb/phpBB/includes/acp
Patrick Webster ad44407b19 [ticket/11990] Remove result_mssqlnative usage in acp_database.php
The class result_mssqlnative was removed in ticket 11980. This removes
the dependency on that class from the database backup utility. It is
possible to use the sqlsrv functions to retrieve the field information,
but they must be then mapped back to type names. That mapping was removed
in 11980 and it is easier to just look it up in the information schema
table.

PHPBB3-11990
2013-11-03 00:37:18 -05:00
..
info [ticket/11298] Fix typo in language key; EXTENSIONS -> EXTENSION 2013-02-23 14:20:56 -05:00
acp_attachments.php [ticket/11987] Replace {PHPBB_ROOT_PATH} with {ROOT_PATH}. 2013-10-30 15:43:07 -07:00
acp_ban.php [ticket/11099] Mark acp_ban::display_ban_options() as static. 2012-10-30 18:43:00 -04:00
acp_bbcodes.php [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
acp_board.php [task/code-sniffer] Replace spaces with tabs. 2013-10-30 13:37:29 +01:00
acp_bots.php [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
acp_captcha.php Merge branch 'develop-olympus' into develop 2013-07-03 04:03:39 +02:00
acp_database.php [ticket/11990] Remove result_mssqlnative usage in acp_database.php 2013-11-03 00:37:18 -05:00
acp_disallow.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
acp_email.php [ticket/10990] Do not use comma separator when storing it as a log. 2012-07-22 14:39:10 -05:00
acp_extensions.php [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
acp_forums.php [ticket/11924] Fix some minor issues with the php event docs 2013-10-16 16:32:40 +02:00
acp_groups.php [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
acp_icons.php Merge pull request #1839 from bantu/task/code-sniffer 2013-11-01 07:58:18 -07:00
acp_inactive.php [ticket/11454] Use set_addresses in other applicable areas 2013-04-24 15:34:12 -05:00
acp_jabber.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
acp_language.php [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
acp_logs.php [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
acp_main.php Merge pull request #1543 from nickvergessen/ticket/11685 2013-07-13 10:37:43 -07:00
acp_modules.php [ticket/11871] Allow backslash in classnames for Modules 2013-09-27 18:14:58 +02:00
acp_permission_roles.php [ticket/11582] Move global declaration to beginning of block 2013-07-22 20:06:30 +02:00
acp_permissions.php Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700 2013-09-16 01:24:05 +02:00
acp_php_info.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
acp_profile.php [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
acp_prune.php Merge PR #1371 branch 'EXreaction/ticket/11236' into develop 2013-04-26 22:35:13 -04:00
acp_ranks.php [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
acp_reasons.php [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriate 2012-07-22 14:32:03 -05:00
acp_search.php [ticket/11698] Moving all autoloadable files to phpbb/ 2013-07-14 01:32:34 -04:00
acp_send_statistics.php Merge branch 'develop-olympus' into develop 2013-07-13 13:16:58 -04:00
acp_styles.php [ticket/11981] Fix code sniffer complaints 2013-10-28 23:05:46 +01:00
acp_update.php Merge remote-tracking branch 'remotes/upstream/develop-olympus' into develop 2013-05-20 11:55:33 -05:00
acp_users.php Merge pull request #1812 from prototech/ticket/11746 2013-11-02 11:55:16 -07:00
acp_words.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
auth.php [ticket/11981] Fix code sniffer complaints 2013-10-28 23:05:46 +01:00