1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 06:07:39 +02:00

removed @author

This commit is contained in:
David Grudl
2015-10-06 02:39:59 +02:00
parent 9ad502887b
commit 6dcdd68d6d
36 changed files with 1 additions and 50 deletions

View File

@@ -21,7 +21,6 @@
* - persistent => Creates persistent connections with oci_pconnect instead of oci_new_connect
* - lazy, profiler, result, substitutes, ... => see DibiConnection options
*
* @author David Grudl
* @package dibi\drivers
*/
class DibiOracleDriver extends DibiObject implements IDibiDriver, IDibiResultDriver, IDibiReflector