add a todo note

This commit is contained in:
John Bintz 2009-11-14 11:47:23 -05:00
parent 7224faead7
commit c4c6ffd855
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class ComicPressComicPost {
/** /**
* Normalize the ordering of attachments in this post. * Normalize the ordering of attachments in this post.
* If images have beed added or removed, intelligently update the metadata. * If images have beed added or removed, intelligently update the metadata.
* TODO Allow skipping of normalization if performance is needed
*/ */
function normalize_ordering() { function normalize_ordering() {
$attachments = $this->get_attachments(); $attachments = $this->get_attachments();