1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

missed one

This commit is contained in:
marj
2009-11-17 14:21:11 +00:00
parent 111531dc2b
commit 8c0be0b4fe

View File

@@ -9,8 +9,8 @@
* Installation file * Installation file
* *
* $Source: /cvs_backup/e107_0.8/install_.php,v $ * $Source: /cvs_backup/e107_0.8/install_.php,v $
* $Revision: 1.52 $ * $Revision: 1.53 $
* $Date: 2009-11-17 14:05:34 $ * $Date: 2009-11-17 14:21:11 $
* $Author: marj_nl_fr $ * $Author: marj_nl_fr $
* *
*/ */
@@ -1211,7 +1211,7 @@ class e_install
/** /**
* Create Core MySQL tables * Create Core MySQL tables
* *
* @return * @return string|FALSE error code or FALSE if no errors are detected
*/ */
public function create_tables() public function create_tables()
{ {