fix common undefined constant error

This commit is contained in:
xiaomlove
2021-03-31 03:17:33 +08:00
parent 32dee2d6e3
commit 4e7fb39d90
19 changed files with 91 additions and 91 deletions

View File

@@ -111,7 +111,7 @@ begin_main_frame();
// Heading
print("<div align=center><h1>$row[name]</h1>");
print("<div align=center><h1>{$row['name']}</h1>");
$dict = bdec_file($fn, (1024*1024));