Changeset 1055
- Timestamp:
- 04/28/2008 11:59:08 PM (2 years ago)
- Files:
-
- 1 modified
-
branches/1.1.6.5/libs/Wakka.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.6.5/libs/Wakka.class.php
r1047 r1055 1308 1308 // init 1309 1309 $count = 0; 1310 $table_prefix = (empty($prefix) ) ? $this->config['table_prefix'] : $prefix;1310 $table_prefix = (empty($prefix) && isset($this)) ? $this->config['table_prefix'] : $prefix; 1311 1311 if (is_null($dblink)) 1312 1312 {