Changeset 822 for aowow/includes/DbSimple/Generic.php
- Timestamp:
- Feb 25, 2015, 9:00:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aowow/includes/DbSimple/Generic.php
r170 r822 1 1 <?php 2 3 2 4 /** 3 5 * DbSimple_Generic: universal database connected by DSN. … … 32 34 * initial author: Tomas V.V.Cox <cox@idecnet.com>. 33 35 * 34 * Ñontains 3 classes:36 * Contains 3 classes: 35 37 * - DbSimple_Generic: database factory class 36 38 * - DbSimple_Generic_Database: common database methods … … 161 163 } 162 164 } 163 164 165 165 166 /** … … 967 968 $current[] =& $tmp; 968 969 $current =& $tmp; 969 unset($tmp); // we use ætmp,because don't know the value of auto-index970 unset($tmp); // we use tmp because don't know the value of auto-index 970 971 } 971 972 } … … 1037 1038 } 1038 1039 } 1039 1040 1040 1041 1041 /** … … 1158 1158 var $MAX_LOG_ROW_LEN = 128; 1159 1159 } 1160 1161 1160 1162 1161 /** … … 1359 1358 1360 1359 } 1361 ?>
Note:
See TracChangeset
for help on using the changeset viewer.