Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

SQL Page Broken for MSSQL #110

Open
damiandennis opened this issue Mar 20, 2014 · 0 comments
Open

SQL Page Broken for MSSQL #110

damiandennis opened this issue Mar 20, 2014 · 0 comments

Comments

@damiandennis
Copy link

line 207 of YiiDebugToolbarPanelSql.php

original:
$lines = explode(' ', $serverInfo);

had to change to:
$lines = $serverInfo;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant