Changeset 6354
- Timestamp:
- 06/29/08 04:29:18 (21 months ago)
- Files:
-
- 1 modified
-
trunk/library/components/Textcube.Data.Post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/library/components/Textcube.Data.Post.php
r6293 r6354 608 608 $query->setAttribute('acceptTrackback', Validator::getBit($this->acceptTrackback)); 609 609 if (isset($this->published)) { 610 if (!Validator::number($this->published, 1))610 if (!Validator::number($this->published, 0)) 611 611 return $this->_error('published'); 612 612 $query->setAttribute('published', $this->published);
