full support for comment status in admin
[mir.git] / source / mircoders / storage / DatabaseCommentStatus.java
index 86588d3..3575521 100755 (executable)
@@ -74,4 +74,8 @@ public class DatabaseCommentStatus extends Database implements StorageObject{
     this.hasTimestamp = false;\r
     this.theTable = "comment_status";\r
   }\r
+\r
+  public SimpleList getPopupData() throws StorageObjectException {\r
+    return getPopupData("name", false);\r
+  }\r
 }
\ No newline at end of file