This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
31
Activity
Browse Source
Update sys_data.php
tags/6.5.9
tianya
1 day ago
parent
e05f547418
commit
5e161046f1
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/admin/sys_data.php
+ 0
- 1
src/admin/sys_data.php
View File
@@ -34,7 +34,6 @@ if ($dopost == "viewinfo") {
echo "创建表的 SQL 语句:\n";
echo trim($createTableSql) . "\n\n";
}
// 获取表的列信息
$dsql->SetQuery("PRAGMA table_info($tablename)");
$dsql->Execute('cols');
Write
Preview
Loading…
Cancel
Save