[Dehs-devel] r118 - trunk

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Sun Mar 2 23:30:48 UTC 2008


Author: atomo64-guest
Date: 2008-03-02 23:30:47 +0000 (Sun, 02 Mar 2008)
New Revision: 118

Modified:
   trunk/dehs_pg.php
Log:
Fix the "Missing argument 2 for vers_conv() ..." warnings by defaulting to true to restore previous 
behaviour


Modified: trunk/dehs_pg.php
===================================================================
--- trunk/dehs_pg.php	2008-03-02 23:16:46 UTC (rev 117)
+++ trunk/dehs_pg.php	2008-03-02 23:30:47 UTC (rev 118)
@@ -319,7 +319,7 @@
     # 183dea9ca3c2e35ffd6cf5eee9501c21          2941637 main/binary-i386/Packages.gz
 }
 
-function vers_conv($debvers, $extendedConv) {
+function vers_conv($debvers, $extendedConv = true) {
     // Strip off the epoch
     $pos = strpos($debvers, ':');
     if ( $pos !== FALSE) {




More information about the Dehs-devel mailing list