[geeklog-cvs] Geeklog-2/system/Propel/Geeklog-2 Gl2Comment.php,1.2,1.3

vinny at iowaoutdoors.org vinny at iowaoutdoors.org
Mon Jan 17 11:56:53 EST 2005


Update of /var/cvs/Geeklog-2/system/Propel/Geeklog-2
In directory www:/tmp/cvs-serv10470

Modified Files:
Gl2Comment.php
Log Message:
Minor fix to Gl2Comment::save()


Index: Gl2Comment.php
===================================================================
RCS file: /var/cvs/Geeklog-2/system/Propel/Geeklog-2/Gl2Comment.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Gl2Comment.php 17 Jan 2005 15:41:47 -0000 1.2
--- Gl2Comment.php 17 Jan 2005 16:56:51 -0000 1.3
***************
*** 190,195 ****
public function save($pid = null, $con = null) {

! if ( empty($pid) ) {
! $this->pid = $pid;
}

--- 190,195 ----
public function save($pid = null, $con = null) {

! if ( !empty($pid) ) {
! $this->setPid($pid);
}





More information about the geeklog-cvs mailing list