瀏覽代碼

fixed display customer comment

Roman Dmitriev 1 年之前
父節點
當前提交
588227f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      html/admin/customers/index.php

+ 1 - 1
html/admin/customers/index.php

@@ -61,7 +61,7 @@ foreach ($users as $row) {
     print "<tr align=center>\n";
     print "<td class=\"$cl\" style='padding:0'><input type=checkbox name=fid[] value=".$row['id']."></td>\n";
     print "<td class=\"$cl\" align=left width=200><a href=editcustom.php?id=".$row['id'].">" . $row['Login'] . "</a></td>\n";
-    print "<td class=\"$cl\" >". $acl['comment']. "</a></td>\n";
+    print "<td class=\"$cl\" >". $$row['comment']. "</a></td>\n";
     print "<td class=\"$cl\" >". $acl['name']. "</a></td>\n";
 }
 ?>