[vhffs-dev] [576] Fixed typo which prevented MySQL robot to run. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 576
Author: beuss
Date: 2007-04-18 18:55:18 +0000 (Wed, 18 Apr 2007)
Log Message:
-----------
Fixed typo which prevented MySQL robot to run.
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Robots/Mysql.pm
Modified: trunk/vhffs-api/src/Vhffs/Robots/Mysql.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Robots/Mysql.pm 2007-04-18 15:15:48 UTC (rev 575)
+++ trunk/vhffs-api/src/Vhffs/Robots/Mysql.pm 2007-04-18 18:55:18 UTC (rev 576)
@@ -52,7 +52,7 @@
my $query;
- if( $defined $db )
+ if( defined $db )
{
$db->add_history( "Ok, robots takes the destruction of this database" );
my $dbi = mysql_admin_db_connect( $main );