From d4078e39e814b9222a4269a718449772c4d96984 Mon Sep 17 00:00:00 2001 From: sebastian Date: Tue, 23 Feb 2010 13:45:25 +0000 Subject: [PATCH] upstream debian_patch.twitter.php --- campcaster/src/modules/htmlUI/etc/Makefile.in | 1 + campcaster/src/modules/htmlUI/var/ui_twitterCron.php | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/campcaster/src/modules/htmlUI/etc/Makefile.in b/campcaster/src/modules/htmlUI/etc/Makefile.in index 428546c7c..ccb5753df 100644 --- a/campcaster/src/modules/htmlUI/etc/Makefile.in +++ b/campcaster/src/modules/htmlUI/etc/Makefile.in @@ -214,6 +214,7 @@ install: configure_apache ${USR_VAR_DIR}/Campcaster/htmlUI/var/templates/subjects ${CP} ${VAR_DIR}/install/install.php ${USR_VAR_DIR}/Campcaster/htmlUI/var/install/ + ${CP} ${VAR_DIR}/install/uninstall.php ${USR_VAR_DIR}/Campcaster/htmlUI/var/install/ chgrp ${APACHE_GROUP} ${USR_VAR_DIR}/Campcaster/htmlUI/var/templates_c chgrp ${APACHE_GROUP} ${USR_VAR_DIR}/Campcaster/htmlUI/var/html/img diff --git a/campcaster/src/modules/htmlUI/var/ui_twitterCron.php b/campcaster/src/modules/htmlUI/var/ui_twitterCron.php index 222291889..927befd05 100644 --- a/campcaster/src/modules/htmlUI/var/ui_twitterCron.php +++ b/campcaster/src/modules/htmlUI/var/ui_twitterCron.php @@ -1,6 +1,6 @@ init(); @@ -38,4 +38,4 @@ if ($uiHandler->TWITTER->needsUpdate()) { } } else { if (CRON_DEBUG) print "Update interval not reached.\n"; -} \ No newline at end of file +}