diff options
author | till <till@php.net> | 2008-02-15 13:20:07 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-02-15 13:20:07 +0000 |
commit | 547289c529f9dee861c3c3729ddc9740f01876c1 (patch) | |
tree | 11c99c55c650331fae1bef3165e2f5c6e063a0b0 | |
parent | d7f79515815c64435ebb757dec5f20009694aba0 (diff) |
* cs in require_once
-rw-r--r-- | program/include/rcube_db.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/program/include/rcube_db.inc b/program/include/rcube_db.inc index 18fa8f81a..4c3e9fc62 100644 --- a/program/include/rcube_db.inc +++ b/program/include/rcube_db.inc @@ -25,8 +25,7 @@ /** * Obtain the PEAR::DB class that is used for abstraction */ -require_once('DB.php'); - +require_once 'DB.php'; /** * Database independent query interface |