Changeset 6780
- Timestamp:
- 10/07/08 11:46:36 (3 months ago)
- Location:
- trunk/library
- Files:
-
- 2 modified
-
components/Textcube.Data.Notice.php (modified) (1 diff)
-
include.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/library/components/Textcube.Data.Notice.php
r6776 r6780 159 159 function saveSlogan($slogan = null) { 160 160 global $database; 161 $this->init();162 161 if (!Validator::number($this->id, 1)) 163 162 return $this->_error('id'); -
trunk/library/include.php
r6609 r6780 104 104 } 105 105 require_once(ROOT . "/library/components/Needlworks.Database.php"); 106 } else if (in_array($name,array('Syndication'))) { 107 require_once(ROOT . "/library/components/Eolin.API.Syndication.php"); 106 108 } 107 109 else {
