[Alba-desarrollo] SVN Alba r4249 - in prosistem/alba/trunk: .
alba/data/sql
commits en pressenter.com.ar
commits en pressenter.com.ar
Lun Feb 19 19:32:26 CET 2007
Author: josx
Date: 2007-02-19 15:32:24 -0300 (Mon, 19 Feb 2007)
New Revision: 4249
Modified:
prosistem/alba/trunk/alba/data/sql/create-db.sql
prosistem/alba/trunk/index.php
Log:
Agregue a createdb.sql encoding utf8
Modified: prosistem/alba/trunk/alba/data/sql/create-db.sql
===================================================================
--- prosistem/alba/trunk/alba/data/sql/create-db.sql 2007-02-19 18:28:17 UTC (rev 4248)
+++ prosistem/alba/trunk/alba/data/sql/create-db.sql 2007-02-19 18:32:24 UTC (rev 4249)
@@ -1,2 +1,2 @@
drop database if exists alba;
-create database alba;
+create database alba DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
\ No newline at end of file
Modified: prosistem/alba/trunk/index.php
===================================================================
--- prosistem/alba/trunk/index.php 2007-02-19 18:28:17 UTC (rev 4248)
+++ prosistem/alba/trunk/index.php 2007-02-19 18:32:24 UTC (rev 4249)
@@ -579,5 +579,4 @@
}
return $num;
}
-
?>
\ No newline at end of file
Más información sobre la lista de distribución Alba-desarrollo