Changeset 21088 for trunk/include/dblayer/functions_mysql.inc.php
- Timestamp:
- Mar 2, 2013, 1:19:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/dblayer/functions_mysql.inc.php
r20510 r21088 180 180 } 181 181 182 function pwg_db_errno() 183 { 184 return mysql_errno(); 185 } 186 187 function pwg_db_error() 188 { 189 return mysql_error(); 190 } 191 182 192 function pwg_db_close() 183 193 {
Note: See TracChangeset
for help on using the changeset viewer.