Fix any incorrect the list_order setting.

This commit is contained in:
BJRambo 2016-05-24 21:14:14 +09:00
parent 219c7fef1d
commit 5e036bf586
2 changed files with 0 additions and 2 deletions

View file

@ -946,7 +946,6 @@ class commentController extends comment
return $output;
}
/**
* Delete comment
* @param int $comment_srl

View file

@ -16,7 +16,6 @@
<column name="email_address" var="email_address" filter="email" maxlength="250" />
<column name="homepage" var="homepage" filter="homepage" maxlength="250" />
<column name="uploaded_count" var="uploaded_count" default="0" />
<column name="list_order" var="list_order" default="0" />
<column name="last_update" var="last_update" default="curdate()" />
<column name="status" var="status" default="1" />
</columns>