mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
fix common undefined constant error
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user