all repos — blogroll2email @ 9bfc5249e322f68336ba2a4d088559ee5ec5db03

typo
Peter Molnar hello@petermolnar.eu
Thu, 10 Dec 2015 11:43:01 +0000
commit

9bfc5249e322f68336ba2a4d088559ee5ec5db03

parent

3bf3ece8bbcfa50a4ef51b229b96557194ccb73e

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M blogroll2email.phpblogroll2email.php

@@ -27,6 +27,8 @@ along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +if (!class_exists('blogroll2email')): + class blogroll2email { // 30 mins is reasonable const revisit_time = 1800;

@@ -488,3 +490,5 @@

} $blogroll2email = new blogroll2email(); + +endif;