[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    bugs/bugz
From:       Dirk Mueller <mueller () kde ! org>
Date:       2005-06-10 9:22:46
Message-ID: 1118395366.973527.30091.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 423948 by mueller:

fix exception



 M  +3 -1      wizard_include.pl  


--- trunk/bugs/bugz/wizard_include.pl #423947:423948
@@ -224,7 +224,9 @@
     if (!$description) {
        SendSQL("SELECT description, program, value FROM components WHERE value = " . \
SqlQuote($app) . ";");  ($description, $value, $app) = FetchSQLData();
-       $value = "$value/$app";
+       if(defined($value) and defined($app)) {
+         $value = "$value/$app";
+       }
     }
     return ($description, $value);
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic