Changeset 753
- Timestamp:
- 12/28/07 14:00:06 (11 months ago)
- Location:
- team/michiel/input_formats
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
common/mvblog.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
team/michiel/input_formats
- Property svnmerge-integrated changed from /trunk:1-748 to /trunk:1-752
-
team/michiel/input_formats/common/mvblog.php
r749 r753 74 74 * Constructor to set some defaults 75 75 * 76 * @param string $basedir If set use this directory where MvBlog is located. 76 77 */ 77 78 public function __construct ($basedir="") { … … 352 353 * limit the length of a message 353 354 * 354 * @param string $text the text to limit in length355 * @param string &$text the text to limit in length 355 356 * @return int 1 if truncated, 0 if original string is within limits 356 357 */ … … 857 858 * show 'month archive' menu links 858 859 * 859 * @param int $am mount The number of months to show860 * @param int $amount The number of months to show 860 861 */ 861 862 public function blog_archive_links($amount=5) {
