Skip to content

Commit 71f1e97

Browse files
committed
2 parents c9a3905 + 03b6004 commit 71f1e97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

beta/class_backup_SQL.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class DB {
1313
* @var $NAME string The MySQL database name.
1414
* @var $PORT int The port number to use when connecting to the database server otherwise it uses the default port
1515
* @var $SOCK string The socket name to use when connecting to a local database server otherwise it uses the default socket.
16-
* @result Bool | object
16+
* @return Bool | object
1717
**/
1818

1919
public function con($HOST, $USER, $PASSWD, $NAME, $PORT = null, $SOCK = null) {
@@ -538,7 +538,7 @@ public static function DownloadFile($file, $del = false, $filename = '') {
538538

539539
class SQL_Backup extends FILES {
540540

541-
const version = "1.1.3 beta";
541+
const version = "1.1.4 beta";
542542
const site = "https://github.com/Chak10/Backup-SQL-By-Chak10.git";
543543

544544
public $table_name;
@@ -952,4 +952,4 @@ private function debug() {
952952
}
953953

954954

955-
?>
955+
?>

0 commit comments

Comments
 (0)