Changeset 309

Show
Ignore:
Timestamp:
05/29/08 11:20:34 (6 months ago)
Author:
beni
Message:

Error message added

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bookmarks/trunk/lib/bookmarks_actions.php

    r284 r309  
    150150                } 
    151151        } 
     152        elseif(empty($url)) { 
     153                $messages[] = __gettext("URL seems to be invalid"); 
     154        } 
    152155        if($bool_success) {// success 
    153156                $rssresult = run("bookmarks:rss:publish", array($page_owner, false));