summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a7becb3)
raw | patch | inline | side by side (parent: a7becb3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Mar 2008 14:42:07 +0000 (14:42 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Mar 2008 14:42:07 +0000 (14:42 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9325 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/log/addons/logview/class_gosa_logview.inc | patch | blob | history |
diff --git a/gosa-plugins/log/addons/logview/class_gosa_logview.inc b/gosa-plugins/log/addons/logview/class_gosa_logview.inc
index 856af273e80cd62f93a32758d4f6b249abd30db2..ac1aa26bb9402774a97b9e822952ea1ee072a1e9 100644 (file)
/* Check for required tables
*/
$query = "SHOW TABLES;";
- $res = @mysql_query($query,$con);
+ $res = @mysql_query($query,$link);
$tables = array();
while($attrs = @mysql_fetch_row($res)){
$tables[] = $attrs[0];