瀏覽代碼

Missing dolibarr version in dump file

Laurent Destailleur 8 年之前
父節點
當前提交
60c494fd5f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htdocs/admin/tools/export.php

+ 1 - 1
htdocs/admin/tools/export.php

@@ -289,7 +289,7 @@ function backup_tables($outputfile, $tables='*')
 
     // Print headers and global mysql config vars
     $sqlhead = '';
-    $sqlhead .= "-- ".$db::LABEL." dump via php
+    $sqlhead .= "-- ".$db::LABEL." dump via php with Dolibarr ".DOL_VERSION."
 --
 -- Host: ".$db->db->host_info."    Database: ".$db->database_name."
 -- ------------------------------------------------------