FIXED: fixed bug in NOTEDB::mysql, which caused note t store NULL values

in db, if encryption was off. A really dump failure :-(
This commit is contained in:
TLINDEN
2012-02-10 20:13:51 +01:00
parent 4a5dd8c4bd
commit 2287e23f35
6 changed files with 36 additions and 11 deletions

View File

@@ -121,7 +121,7 @@ $TIME_COLOR = "black";
$TOPIC_COLOR = "BLACK";
$TOPIC = 1;
$TopicSep = '/';
$version = "1.0.0";
$version = "1.0.1";
if($TOPIC)
{
$CurDepth = 1; # the current depth inside the topic "directory" structure...