|
From: <pf...@us...> - 2012-05-02 22:36:56
|
Revision: 781
http://openautomation.svn.sourceforge.net/openautomation/?rev=781&view=rev
Author: pfry
Date: 2012-05-02 22:36:50 +0000 (Wed, 02 May 2012)
Log Message:
-----------
Modified Paths:
--------------
wiregate/plugin/generic/Szenencontroller.pl
wiregate/plugin/generic/Translator.pl
Modified: wiregate/plugin/generic/Szenencontroller.pl
===================================================================
--- wiregate/plugin/generic/Szenencontroller.pl 2012-05-02 22:03:43 UTC (rev 780)
+++ wiregate/plugin/generic/Szenencontroller.pl 2012-05-02 22:36:50 UTC (rev 781)
@@ -1,3 +1,4 @@
+#!/usr/bin/perl -w
####################
# Szenencontroller #
####################
@@ -127,7 +128,7 @@
my $z="$room\__$n";
# Debugging
-# plugin_log($plugname, "Szene $z ".($cmd eq 'S'?'speichern':'abrufen'));
+ plugin_log($plugname, "Szene $z ".($cmd eq 'S'?'speichern':'abrufen'));
if($cmd eq 'S') # Szene speichern
{
Modified: wiregate/plugin/generic/Translator.pl
===================================================================
--- wiregate/plugin/generic/Translator.pl 2012-05-02 22:03:43 UTC (rev 780)
+++ wiregate/plugin/generic/Translator.pl 2012-05-02 22:36:50 UTC (rev 781)
@@ -1,3 +1,4 @@
+#!/usr/bin/perl -w
##############
# Translator #
##############
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|