Changeset 6354

Show
Ignore:
Timestamp:
06/29/08 04:29:18 (2 years ago)
Author:
coolengineer
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/library/components/Textcube.Data.Post.php

    r6293 r6354  
    608608            $query->setAttribute('acceptTrackback', Validator::getBit($this->acceptTrackback)); 
    609609        if (isset($this->published)) { 
    610             if (!Validator::number($this->published, 1)) 
     610            if (!Validator::number($this->published, 0)) 
    611611                return $this->_error('published'); 
    612612            $query->setAttribute('published', $this->published);