Revision: 10028
http://sourceforge.net/p/phpwiki/code/10028
Author: vargenau
Date: 2017-08-10 14:27:11 +0000 (Thu, 10 Aug 2017)
Log Message:
-----------
Use __construct
Modified Paths:
--------------
trunk/lib/DbaPartition.php
Modified: trunk/lib/DbaPartition.php
===================================================================
--- trunk/lib/DbaPartition.php 2017-08-10 14:23:31 UTC (rev 10027)
+++ trunk/lib/DbaPartition.php 2017-08-10 14:27:11 UTC (rev 10028)
@@ -25,7 +25,7 @@
class DbaPartition
{
- function DbaPartition(&$dbm, $prefix)
+ function __construct(&$dbm, $prefix)
{
$this->_h = &$dbm;
$this->_p = $prefix;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|