Changeset 769 for trunk/phpbms/install/update_include.php
- Timestamp:
- 01/21/10 10:47:19 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/install/update_include.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/install/update_include.php
r714 r769 82 82 $queryresult = $this->db->query($querystatement); 83 83 if($this->db->error) 84 $error = new appError(-425,"Could not retrieve mysql vers on. ","Database Error", true, true, false);84 $error = new appError(-425,"Could not retrieve mysql version. ","Database Error", true, true, false); 85 85 86 86 $therecord = $this->db->fetchArray($queryresult);