[livejournal] r20990: LJSUP-10432: information for delayed ent...
Committer: sbelyaev
LJSUP-10432: information for delayed enties is removed from entryprops.bml U trunk/htdocs/admin/entryprops.bml
Modified: trunk/htdocs/admin/entryprops.bml
===================================================================
--- trunk/htdocs/admin/entryprops.bml 2012-01-25 11:22:40 UTC (rev 20989)
+++ trunk/htdocs/admin/entryprops.bml 2012-01-25 11:26:52 UTC (rev 20990)
@@ -24,9 +24,6 @@
$ret .= "<?hr?>";
my $entry = LJ::Entry->new_from_url($GET{url});
- if (!$entry) {
- $entry = LJ::DelayedEntry->create_from_url($GET{url}, { 'delayed_visibility' => 1});
- }
unless ($entry && $entry->valid) {
$ret .= LJ::error_list("$POST{url} is not a valid entry URL.") if LJ::did_post();
