1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

characters before/after open/closing tags

This commit is contained in:
lia
2007-04-12 08:10:20 +00:00
parent 75e01f5e44
commit ba7ffd0e27
2 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ + ----------------------------------------------------------------------------+
| e107 website system | e107 website system
@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_handlers/e107_class.php,v $ | $Source: /cvs_backup/e107_0.8/e107_handlers/e107_class.php,v $
| $Revision: 1.6 $ | $Revision: 1.7 $
| $Date: 2007-04-11 22:23:43 $ | $Date: 2007-04-12 08:10:20 $
| $Author: e107coders $ | $Author: lisa_ $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */

View File

@@ -1,4 +1,4 @@
<?php <?php
/* /*
+---------------------------------------------------------------+ +---------------------------------------------------------------+
@@ -12,9 +12,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_handlers/mysql_class.php,v $ | $Source: /cvs_backup/e107_0.8/e107_handlers/mysql_class.php,v $
| $Revision: 1.8 $ | $Revision: 1.9 $
| $Date: 2007-03-04 15:00:19 $ | $Date: 2007-04-12 08:10:20 $
| $Author: mrpete $ | $Author: lisa_ $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -27,8 +27,8 @@ $db_mySQLQueryCount = 0; // Global total number of db object queries (all db's)
* MySQL Abstraction class * MySQL Abstraction class
* *
* @package e107 * @package e107
* @version $Revision: 1.8 $ * @version $Revision: 1.9 $
* @author $Author: mrpete $ * @author $Author: lisa_ $
*/ */
class db { class db {
@@ -798,4 +798,4 @@ class db {
} }
?> ?>