phpbb/phpBB
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
..
adm [ticket/11987] Replace {PHPBB_ROOT_PATH} with {ROOT_PATH}. 2013-10-30 15:43:07 -07:00
assets [ticket/11956] Move code that hides dropdowns to assets 2013-10-26 16:35:59 +03:00
cache [ticket/11700] Add back accidently deleted file in cache dir 2013-09-17 16:18:04 +02:00
config Merge pull request #1812 from prototech/ticket/11746 2013-11-02 11:55:16 -07:00
develop [ticket/11924] Verify that the script is only run from command line 2013-10-26 22:53:40 +02:00
docs [ticket/11972] Fix the sinces 2013-11-02 15:27:53 -07:00
download [ticket/11986] Fix undefined index: poster_id in file.php. 2013-10-29 06:02:04 -07:00
files [ticket/9520] Removed per directory web.config files. 2010-05-03 19:31:40 +02:00
images [ticket/9520] Removed per directory web.config files. 2010-05-03 19:31:40 +02:00
includes [ticket/11990] Remove result_mssqlnative usage in acp_database.php 2013-11-03 00:37:18 -05:00
install Merge pull request #1810 from nickvergessen/ticket/11031 2013-11-02 07:20:15 -07:00
language Merge pull request #1812 from prototech/ticket/11746 2013-11-02 11:55:16 -07:00
phpbb [ticket/11746] The IN_PHPBB check is not necessary. 2013-11-02 13:50:09 -07:00
store [ticket/9520] Removed per directory web.config files. 2010-05-03 19:31:40 +02:00
styles [ticket/11972] Add posting_editor_message_after template event 2013-11-02 15:27:53 -07:00
.htaccess [ticket/11215] Remove unnecessary comment 2013-09-02 15:34:14 -07:00
app.php [ticket/11852] Split filesystem and path_helper into 2 classes 2013-09-26 15:34:44 +02:00
common.php [ticket/11850] Need symfony request and filesystem setup globally for session 2013-09-30 18:44:02 -05:00
composer.json [task/code-sniffer] Add PHP CodeSniffer dependency to composer. 2013-10-27 17:42:58 +01:00
composer.lock [task/code-sniffer] Add PHP CodeSniffer dependency to composer. 2013-10-27 17:42:58 +01:00
cron.php [ticket/11189] Replace DEBUG_EXTRA with DEBUG 2012-11-10 10:45:02 -06:00
faq.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
feed.php [ticket/11481] Move prepended slash from calls into function 2013-06-06 20:35:38 +02:00
index.php [ticket/11103] Instantiate $phpbb_notifications as needed 2012-12-13 19:19:40 -06:00
mcp.php [ticket/11700] Move all recent code to namespaces 2013-09-16 00:25:27 +02:00
memberlist.php Merge pull request #1654 from rechosen/ticket/11786 2013-10-03 20:22:41 -07:00
posting.php [task/code-sniffer] Replace spaces with tabs. 2013-10-30 13:37:29 +01:00
report.php [ticket/11763] Add missing variable when reporting a PM to avoid SQL Error 2013-08-03 17:30:28 +02:00
search.php Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700 2013-09-16 01:24:05 +02:00
ucp.php Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700 2013-09-16 01:24:05 +02:00
viewforum.php Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700 2013-09-16 01:24:05 +02:00
viewonline.php [ticket/11259] adm_relative_path -> phpbb_adm_relative_path 2012-12-09 19:29:51 -06:00
viewtopic.php [ticket/10383] Update the results without the overlay popup. 2013-10-07 17:55:04 -07:00
web.config [feature/controller] Remove URL rewriting by default 2012-11-16 17:06:02 -05:00