Commit info for scoop/lib/Scoop/Admin:
Modified Files:
AdminStories.pm
Log Message:
You'd think thgis would teach me not to check in code without seeing if
it's syntax error free, but it certainly won't.
Index: AdminStories.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Admin/AdminStories.pm,v
retrieving revision 1.133
retrieving revision 1.134
diff -r1.133 -r1.134
722c722
< if ($S->have_perm('story_displaystatus_select') or ($mode eq 'full');
---
> if ($S->have_perm('story_displaystatus_select') or ($mode eq 'full'));
725c725
< if ($S->have_perm('story_commentstatus_select') or ($mode eq 'full');
---
> if ($S->have_perm('story_commentstatus_select') or ($mode eq 'full'));