1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +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
@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/e107_class.php,v $
| $Revision: 1.6 $
| $Date: 2007-04-11 22:23:43 $
| $Author: e107coders $
| $Revision: 1.7 $
| $Date: 2007-04-12 08:10:20 $
| $Author: lisa_ $
+----------------------------------------------------------------------------+
*/

View File

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