Package: acidbase
Version: 1.2.1-4
Severity: important

Fix found in http://sourceforge.net/forum/message.php?msg_id=3414111

--- /usr/share/acidbase/includes/base_db.inc.php        2006-02-10 
11:49:51.000000000 -0500
+++ /usr/share/acidbase/includes/base_db.inc.php.old    2006-02-10 
11:52:37.000000000 -0500
@@ -92,7 +92,7 @@
      }

      /* Set the database schema version number */
-     $sql = "SELECT vseq FROM chema";
+     $sql = "SELECT vseq FROM schema";
      if ($this->DB_type == "mssql") $sql = "SELECT vseq FROM [schema]";
      $result = $this->DB->Execute($sql);
      if ( $this->baseErrorMessage() != "" )
@@ -152,7 +152,7 @@
      }

      /* Set the database schema version number */
-     $sql = "SELECT vseq FROM chema";
+     $sql = "SELECT vseq FROM schema";
      if ($this->DB_type == "mssql") $sql = "SELECT vseq FROM [schema]";
      $result = $this->DB->Execute($sql);
      if ( $this->baseErrorMessage() != "" )


-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-686-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages acidbase depends on:
ii  debconf [debconf-2.0]         1.4.67     Debian configuration management sy
ii  libphp-adodb                  4.64-4     The 'adodb' database abstraction l
ii  libwww-perl                   5.803-4    WWW client/server library for Perl
ii  php-image-graph               0.7.1-1    Image_Graph module for PEAR
ii  php4                          4:4.4.2-1  server-side, HTML-embedded scripti
ii  php4-cli                      4:4.4.2-1  command-line interpreter for the p
ii  php4-gd                       4:4.4.2-1  GD module for php4

acidbase recommends no packages.

-- debconf information:
* acidbase/webserver: All
* acidbase/alert_user: snort
* acidbase/alert_host: localhost
  acidbase/alert_port:
* acidbase/db_type: mysql
* acidbase/alert_name: snort
* acidbase/base_advisory:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to