diff options
Diffstat (limited to 'lib/blog')
-rw-r--r-- | lib/blog/drafts.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/blog/drafts.php b/lib/blog/drafts.php index 735b039..7016660 100644 --- a/lib/blog/drafts.php +++ b/lib/blog/drafts.php @@ -1,6 +1,5 @@ <?php -$title = "My posts"; $drafts = array(); $pub = array(); |