Changeset 940
- Timestamp:
- 05/20/08 18:40:50 (7 months ago)
- Files:
-
- branches/1.0.x/lib/jelix/CREDITS (modified) (1 diff)
- branches/1.0.x/lib/jelix/CREDITS (modified) (1 diff)
- branches/1.0.x/lib/jelix/CREDITS (modified) (1 diff)
- branches/1.0.x/lib/jelix/CREDITS (modified) (1 diff)
- branches/1.0.x/lib/jelix/plugins/db/mysql/mysql.dbconnection.php (modified) (2 diffs)
- branches/1.0.x/lib/jelix/plugins/db/mysql/mysql.dbconnection.php (modified) (2 diffs)
- branches/1.0.x/lib/jelix/plugins/db/mysql/mysql.dbconnection.php (modified) (2 diffs)
- branches/1.0.x/lib/jelix/plugins/db/mysql/mysql.dbconnection.php (modified) (2 diffs)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/plugins/db/mysql/mysql.dbconnection.php (modified) (2 diffs)
- trunk/lib/jelix/plugins/db/mysql/mysql.dbconnection.php (modified) (2 diffs)
- trunk/lib/jelix/plugins/db/mysql/mysql.dbconnection.php (modified) (2 diffs)
- trunk/lib/jelix/plugins/db/mysql/mysql.dbconnection.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/lib/jelix/CREDITS
r922 r940 142 142 - little improvement in jResponseXml (#465) 143 143 - little bug fix in jZone (#508) 144 - little bug fix in mysql.dbconnection.php (#97bis) 144 145 145 146 Thanks for all users, especially those who reported bugs. :-) branches/1.0.x/lib/jelix/CREDITS
r922 r940 142 142 - little improvement in jResponseXml (#465) 143 143 - little bug fix in jZone (#508) 144 - little bug fix in mysql.dbconnection.php (#97bis) 144 145 145 146 Thanks for all users, especially those who reported bugs. :-) branches/1.0.x/lib/jelix/CREDITS
r922 r940 142 142 - little improvement in jResponseXml (#465) 143 143 - little bug fix in jZone (#508) 144 - little bug fix in mysql.dbconnection.php (#97bis) 144 145 145 146 Thanks for all users, especially those who reported bugs. :-) branches/1.0.x/lib/jelix/CREDITS
r922 r940 142 142 - little improvement in jResponseXml (#465) 143 143 - little bug fix in jZone (#508) 144 - little bug fix in mysql.dbconnection.php (#97bis) 144 145 145 146 Thanks for all users, especially those who reported bugs. :-) branches/1.0.x/lib/jelix/plugins/db/mysql/mysql.dbconnection.php
r681 r940 5 5 * @author Croes Gérald, Laurent Jouanneau 6 6 * @contributor Laurent Jouanneau 7 * @contributor Sylvain de Vathaire 7 8 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 8 9 * This class was get originally from the Copix project (CopixDbConnectionMysql, Copix 2.3dev20050901, http://www.copix.org) … … 77 78 if(isset($this->profil['force_encoding']) && $this->profil['force_encoding'] == true 78 79 && isset($this->_charsets[$GLOBALS['gJConfig']->charset])){ 79 mysql_query("SET CHARACTER SET'".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx);80 mysql_query("SET NAMES '".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx); 80 81 } 81 82 return $cnx; branches/1.0.x/lib/jelix/plugins/db/mysql/mysql.dbconnection.php
r681 r940 5 5 * @author Croes Gérald, Laurent Jouanneau 6 6 * @contributor Laurent Jouanneau 7 * @contributor Sylvain de Vathaire 7 8 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 8 9 * This class was get originally from the Copix project (CopixDbConnectionMysql, Copix 2.3dev20050901, http://www.copix.org) … … 77 78 if(isset($this->profil['force_encoding']) && $this->profil['force_encoding'] == true 78 79 && isset($this->_charsets[$GLOBALS['gJConfig']->charset])){ 79 mysql_query("SET CHARACTER SET'".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx);80 mysql_query("SET NAMES '".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx); 80 81 } 81 82 return $cnx; branches/1.0.x/lib/jelix/plugins/db/mysql/mysql.dbconnection.php
r681 r940 5 5 * @author Croes Gérald, Laurent Jouanneau 6 6 * @contributor Laurent Jouanneau 7 * @contributor Sylvain de Vathaire 7 8 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 8 9 * This class was get originally from the Copix project (CopixDbConnectionMysql, Copix 2.3dev20050901, http://www.copix.org) … … 77 78 if(isset($this->profil['force_encoding']) && $this->profil['force_encoding'] == true 78 79 && isset($this->_charsets[$GLOBALS['gJConfig']->charset])){ 79 mysql_query("SET CHARACTER SET'".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx);80 mysql_query("SET NAMES '".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx); 80 81 } 81 82 return $cnx; branches/1.0.x/lib/jelix/plugins/db/mysql/mysql.dbconnection.php
r681 r940 5 5 * @author Croes Gérald, Laurent Jouanneau 6 6 * @contributor Laurent Jouanneau 7 * @contributor Sylvain de Vathaire 7 8 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 8 9 * This class was get originally from the Copix project (CopixDbConnectionMysql, Copix 2.3dev20050901, http://www.copix.org) … … 77 78 if(isset($this->profil['force_encoding']) && $this->profil['force_encoding'] == true 78 79 && isset($this->_charsets[$GLOBALS['gJConfig']->charset])){ 79 mysql_query("SET CHARACTER SET'".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx);80 mysql_query("SET NAMES '".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx); 80 81 } 81 82 return $cnx; trunk/lib/jelix/CREDITS
r939 r940 155 155 - little bug fix in jZone (#508) 156 156 - jResponseHtmlFragment for Ajax content response (#501) 157 - little bug fix in mysql.dbconnection.php (#97bis) 157 158 158 159 Thanks for all users, especially those who reported bugs. :-) trunk/lib/jelix/CREDITS
r939 r940 155 155 - little bug fix in jZone (#508) 156 156 - jResponseHtmlFragment for Ajax content response (#501) 157 - little bug fix in mysql.dbconnection.php (#97bis) 157 158 158 159 Thanks for all users, especially those who reported bugs. :-) trunk/lib/jelix/CREDITS
r939 r940 155 155 - little bug fix in jZone (#508) 156 156 - jResponseHtmlFragment for Ajax content response (#501) 157 - little bug fix in mysql.dbconnection.php (#97bis) 157 158 158 159 Thanks for all users, especially those who reported bugs. :-) trunk/lib/jelix/CREDITS
r939 r940 155 155 - little bug fix in jZone (#508) 156 156 - jResponseHtmlFragment for Ajax content response (#501) 157 - little bug fix in mysql.dbconnection.php (#97bis) 157 158 158 159 Thanks for all users, especially those who reported bugs. :-) trunk/lib/jelix/plugins/db/mysql/mysql.dbconnection.php
r681 r940 5 5 * @author Croes Gérald, Laurent Jouanneau 6 6 * @contributor Laurent Jouanneau 7 * @contributor Sylvain de Vathaire 7 8 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 8 9 * This class was get originally from the Copix project (CopixDbConnectionMysql, Copix 2.3dev20050901, http://www.copix.org) … … 77 78 if(isset($this->profil['force_encoding']) && $this->profil['force_encoding'] == true 78 79 && isset($this->_charsets[$GLOBALS['gJConfig']->charset])){ 79 mysql_query("SET CHARACTER SET'".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx);80 mysql_query("SET NAMES '".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx); 80 81 } 81 82 return $cnx; trunk/lib/jelix/plugins/db/mysql/mysql.dbconnection.php
r681 r940 5 5 * @author Croes Gérald, Laurent Jouanneau 6 6 * @contributor Laurent Jouanneau 7 * @contributor Sylvain de Vathaire 7 8 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 8 9 * This class was get originally from the Copix project (CopixDbConnectionMysql, Copix 2.3dev20050901, http://www.copix.org) … … 77 78 if(isset($this->profil['force_encoding']) && $this->profil['force_encoding'] == true 78 79 && isset($this->_charsets[$GLOBALS['gJConfig']->charset])){ 79 mysql_query("SET CHARACTER SET'".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx);80 mysql_query("SET NAMES '".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx); 80 81 } 81 82 return $cnx; trunk/lib/jelix/plugins/db/mysql/mysql.dbconnection.php
r681 r940 5 5 * @author Croes Gérald, Laurent Jouanneau 6 6 * @contributor Laurent Jouanneau 7 * @contributor Sylvain de Vathaire 7 8 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 8 9 * This class was get originally from the Copix project (CopixDbConnectionMysql, Copix 2.3dev20050901, http://www.copix.org) … … 77 78 if(isset($this->profil['force_encoding']) && $this->profil['force_encoding'] == true 78 79 && isset($this->_charsets[$GLOBALS['gJConfig']->charset])){ 79 mysql_query("SET CHARACTER SET'".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx);80 mysql_query("SET NAMES '".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx); 80 81 } 81 82 return $cnx; trunk/lib/jelix/plugins/db/mysql/mysql.dbconnection.php
r681 r940 5 5 * @author Croes Gérald, Laurent Jouanneau 6 6 * @contributor Laurent Jouanneau 7 * @contributor Sylvain de Vathaire 7 8 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 8 9 * This class was get originally from the Copix project (CopixDbConnectionMysql, Copix 2.3dev20050901, http://www.copix.org) … … 77 78 if(isset($this->profil['force_encoding']) && $this->profil['force_encoding'] == true 78 79 && isset($this->_charsets[$GLOBALS['gJConfig']->charset])){ 79 mysql_query("SET CHARACTER SET'".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx);80 mysql_query("SET NAMES '".$this->_charsets[$GLOBALS['gJConfig']->charset]."'", $cnx); 80 81 } 81 82 return $cnx;
